#38936A

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

Shades of Eucalyptus #38936A

Tints of Eucalyptus #38936A

Color information

#38936A (or 0x38936A) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 6A. RGB value is (56,147,106). Sum of RGB (Red+Green+Blue) = 56+147+106=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #38936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38936A is #C76C95. Grayscale: #737373. Windows color (decimal): -13069462 or 6984504. OLE color: 6984504.

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

Color convert

RGB56147106-
CMYK0.6200.280.42
HSL152.97º44.83%39.8%-
HSV(B)152.97º61.9%57.65%-
XYZ14.6722.7517.25-
YUV115.12122.8585.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=18.12%
G=47.57%
B=34.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471060.6200.280.42152.9744.8339.8
Hex38936A3E01C2A992d28
Octal7022315276034522315550
Binary11100010010011110101011111001110010101010011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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