#38A06D

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

Shades of Eucalyptus #38A06D

Tints of Eucalyptus #38A06D

Color information

#38A06D (or 0x38A06D) is unknown color: approx Eucalyptus. HEX triplet: 38, A0 and 6D. RGB value is (56,160,109). Sum of RGB (Red+Green+Blue) = 56+160+109=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #38A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A06D is #C75F92. Grayscale: #7B7B7B. Windows color (decimal): -13066131 or 7184440. OLE color: 7184440.

HSL color Cylindrical-coordinate representation of color #38A06D: hue angle of 150.58º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A06D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB56160109-
CMYK0.6500.320.37
HSL150.58º48.15%42.35%-
HSV(B)150.58º65%62.75%-
XYZ16.9627.0918.8-
YUV123.09120.0480.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=17.23%
G=49.23%
B=33.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561601090.6500.320.37150.5848.1542.35
Hex38A06D410202597302a
Octal70240155101040452276052
Binary1110001010000011011011000001010000010010110010111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A06D; }

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

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

<style>
 a { background-color: #38A06D; }

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

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

<style>
 span { border-color: #38A06D; }

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

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