#379C71

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

Shades of Eucalyptus #379C71

Tints of Eucalyptus #379C71

Color information

#379C71 (or 0x379C71) is unknown color: approx Eucalyptus. HEX triplet: 37, 9C and 71. RGB value is (55,156,113). Sum of RGB (Red+Green+Blue) = 55+156+113=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #379C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C71 is #C8638E. Grayscale: #787878. Windows color (decimal): -13132687 or 7445559. OLE color: 7445559.

HSL color Cylindrical-coordinate representation of color #379C71: hue angle of 154.46º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C71 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB55156113-
CMYK0.6500.280.39
HSL154.46º47.87%41.37%-
HSV(B)154.46º64.74%61.18%-
XYZ16.4425.7819.73-
YUV120.9123.5481-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=16.98%
G=48.15%
B=34.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551561130.6500.280.39154.4647.8741.37
Hex379C714101C279a3029
Octal67234161101034472326051
Binary110111100111001110001100000101110010011110011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,156,113); }

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

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

 a { background-color: rgb(55,156,113); }

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

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

 span { border-color: rgb(55,156,113); }

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