#38956D

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

Shades of Eucalyptus #38956D

Tints of Eucalyptus #38956D

Color information

#38956D (or 0x38956D) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 6D. RGB value is (56,149,109). Sum of RGB (Red+Green+Blue) = 56+149+109=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #38956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38956D is #C76A92. Grayscale: #747474. Windows color (decimal): -13068947 or 7181624. OLE color: 7181624.

HSL color Cylindrical-coordinate representation of color #38956D: hue angle of 154.19º 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 #38956D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB56149109-
CMYK0.6200.270.42
HSL154.19º45.37%40.2%-
HSV(B)154.19º62.42%58.43%-
XYZ15.1423.4418.19-
YUV116.63123.6984.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=17.83%
G=47.45%
B=34.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491090.6200.270.42154.1945.3740.2
Hex38956D3E01B2A9a2d28
Octal7022515576033522325550
Binary11100010010101110110111111001101110101010011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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