#38A16E

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

Shades of Eucalyptus #38A16E

Tints of Eucalyptus #38A16E

Color information

#38A16E (or 0x38A16E) is unknown color: approx Eucalyptus. HEX triplet: 38, A1 and 6E. RGB value is (56,161,110). Sum of RGB (Red+Green+Blue) = 56+161+110=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #38A16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A16E is #C75E91. Grayscale: #7B7B7B. Windows color (decimal): -13065874 or 7250232. OLE color: 7250232.

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

Color convert

RGB56161110-
CMYK0.6500.320.37
HSL150.86º48.39%42.55%-
HSV(B)150.86º65.22%63.14%-
XYZ17.1927.4619.15-
YUV123.79120.2179.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=17.13%
G=49.24%
B=33.64%

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
Decimal561611100.6500.320.37150.8648.3942.55
Hex38A16E410202597302b
Octal70241156101040452276053
Binary1110001010000111011101000001010000010010110010111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,110); }

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

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

 a { background-color: rgb(56,161,110); }

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

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

 span { border-color: rgb(56,161,110); }

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