#38956A

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

Shades of Eucalyptus #38956A

Tints of Eucalyptus #38956A

Color information

#38956A (or 0x38956A) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 6A. RGB value is (56,149,106). Sum of RGB (Red+Green+Blue) = 56+149+106=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #38956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38956A is #C76A95. Grayscale: #747474. Windows color (decimal): -13068950 or 6985016. OLE color: 6985016.

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

Color convert

RGB56149106-
CMYK0.6200.290.42
HSL152.26º45.37%40.2%-
HSV(B)152.26º62.42%58.43%-
XYZ14.9823.3817.36-
YUV116.29122.1985-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=18.01%
G=47.91%
B=34.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491060.6200.290.42152.2645.3740.2
Hex38956A3E01D2A982d28
Octal7022515276035522305550
Binary11100010010101110101011111001110110101010011000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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