#379872

Color #379872 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #379872

Tints of Eucalyptus #379872

Color information

#379872 (or 0x379872) is unknown color: approx Eucalyptus. HEX triplet: 37, 98 and 72. RGB value is (55,152,114). Sum of RGB (Red+Green+Blue) = 55+152+114=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #379872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379872 is #C8678D. Grayscale: #767676. Windows color (decimal): -13133710 or 7510071. OLE color: 7510071.

HSL color Cylindrical-coordinate representation of color #379872: hue angle of 156.49º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379872 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB55152114-
CMYK0.6400.250.40
HSL156.49º46.86%40.59%-
HSV(B)156.49º63.82%59.61%-
XYZ15.8424.4819.81-
YUV118.66125.3682.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=17.13%
G=47.35%
B=35.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521140.6400.250.40156.4946.8640.59
Hex37987240019289c2f29
Octal67230162100031502345751
Binary110111100110001110010100000001100110100010011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379872; }

 p { color: rgb(55,152,114); }

 H1.HeaderClassName
 {
   color: #379872;
 }
 .AnyTagClassName
 {
   color: #379872;
 }
</style>
background-color css

<style>
 a { background-color: #379872; }

 a { background-color: rgb(55,152,114); }

 div.DivClassName
 {
   background-color: #379872;
 }
 .BgClassName
 {
   background-color: #379872;
 }
</style>
border-color css

<style>
 span { border-color: #379872; }

 span { border-color: rgb(55,152,114); }

 td.TdClassName
 {
   border-color: #379872;
 }
 .TagClassName
 {
   border-color: #379872;
 }
</style>