#38956F

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

Shades of Eucalyptus #38956F

Tints of Eucalyptus #38956F

Color information

#38956F (or 0x38956F) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 6F. RGB value is (56,149,111). Sum of RGB (Red+Green+Blue) = 56+149+111=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #38956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38956F is #C76A90. Grayscale: #747474. Windows color (decimal): -13068945 or 7312696. OLE color: 7312696.

HSL color Cylindrical-coordinate representation of color #38956F: hue angle of 155.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38956F is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB56149111-
CMYK0.6200.260.42
HSL155.48º45.37%40.2%-
HSV(B)155.48º62.42%58.43%-
XYZ15.2523.4818.77-
YUV116.86124.6984.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=17.72%
G=47.15%
B=35.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491110.6200.260.42155.4845.3740.2
Hex38956F3E01A2A9b2d28
Octal7022515776032522335550
Binary11100010010101110111111111001101010101010011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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