#38976F

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

Shades of Eucalyptus #38976F

Tints of Eucalyptus #38976F

Color information

#38976F (or 0x38976F) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 6F. RGB value is (56,151,111). Sum of RGB (Red+Green+Blue) = 56+151+111=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #38976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38976F is #C76890. Grayscale: #767676. Windows color (decimal): -13068433 or 7313208. OLE color: 7313208.

HSL color Cylindrical-coordinate representation of color #38976F: hue angle of 154.74º 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 #38976F is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB56151111-
CMYK0.6300.260.41
HSL154.74º45.89%40.59%-
HSV(B)154.74º62.91%59.22%-
XYZ15.5724.1218.87-
YUV118.04124.0383.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=17.61%
G=47.48%
B=34.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511110.6300.260.41154.7445.8940.59
Hex38976F3F01A299b2e29
Octal7022715777032512335651
Binary11100010010111110111111111101101010100110011011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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