#38976C

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

Shades of Eucalyptus #38976C

Tints of Eucalyptus #38976C

Color information

#38976C (or 0x38976C) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 6C. RGB value is (56,151,108). Sum of RGB (Red+Green+Blue) = 56+151+108=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #38976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38976C is #C76893. Grayscale: #757575. Windows color (decimal): -13068436 or 7116600. OLE color: 7116600.

HSL color Cylindrical-coordinate representation of color #38976C: hue angle of 152.84º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38976C is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB56151108-
CMYK0.6300.280.41
HSL152.84º45.89%40.59%-
HSV(B)152.84º62.91%59.22%-
XYZ15.424.0618.02-
YUV117.69122.5384-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=17.78%
G=47.94%
B=34.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511080.6300.280.41152.8445.8940.59
Hex38976C3F01C29992e29
Octal7022715477034512315651
Binary11100010010111110110011111101110010100110011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38976C; }

 p { color: rgb(56,151,108); }

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

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

 a { background-color: rgb(56,151,108); }

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

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

 span { border-color: rgb(56,151,108); }

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