#38A160

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

Shades of Eucalyptus #38A160

Tints of Eucalyptus #38A160

Color information

#38A160 (or 0x38A160) is unknown color: approx Eucalyptus. HEX triplet: 38, A1 and 60. RGB value is (56,161,96). Sum of RGB (Red+Green+Blue) = 56+161+96=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #38A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A160 is #C75E9F. Grayscale: #7A7A7A. Windows color (decimal): -13065888 or 6332728. OLE color: 6332728.

HSL color Cylindrical-coordinate representation of color #38A160: hue angle of 142.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 #38A160 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB5616196-
CMYK0.6500.400.37
HSL142.86º48.39%42.55%-
HSV(B)142.86º65.22%63.14%-
XYZ16.4927.1815.44-
YUV122.2113.2180.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=17.89%
G=51.44%
B=30.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56161960.6500.400.37142.8648.3942.55
Hex38A16041028258f302b
Octal70241140101050452176053
Binary1110001010000111000001000001010100010010110001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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