#379D66

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

Shades of Eucalyptus #379D66

Tints of Eucalyptus #379D66

Color information

#379D66 (or 0x379D66) is unknown color: approx Eucalyptus. HEX triplet: 37, 9D and 66. RGB value is (55,157,102). Sum of RGB (Red+Green+Blue) = 55+157+102=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #379D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D66 is #C86299. Grayscale: #787878. Windows color (decimal): -13132442 or 6724919. OLE color: 6724919.

HSL color Cylindrical-coordinate representation of color #379D66: hue angle of 147.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D66 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB55157102-
CMYK0.6500.350.38
HSL147.65º48.11%41.57%-
HSV(B)147.65º64.97%61.57%-
XYZ16.0325.8916.72-
YUV120.23117.7181.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=17.52%
G=50%
B=32.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571020.6500.350.38147.6548.1141.57
Hex379D66410232694302a
Octal67235146101043462246052
Binary1101111001110111001101000001010001110011010010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D66; }

 p { color: rgb(55,157,102); }

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

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

 a { background-color: rgb(55,157,102); }

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

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

 span { border-color: rgb(55,157,102); }

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