#38A161

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

Shades of Eucalyptus #38A161

Tints of Eucalyptus #38A161

Color information

#38A161 (or 0x38A161) is unknown color: approx Eucalyptus. HEX triplet: 38, A1 and 61. RGB value is (56,161,97). Sum of RGB (Red+Green+Blue) = 56+161+97=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #38A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A161 is #C75E9E. Grayscale: #7A7A7A. Windows color (decimal): -13065887 or 6398264. OLE color: 6398264.

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

Color convert

RGB5616197-
CMYK0.6500.400.37
HSL143.43º48.39%42.55%-
HSV(B)143.43º65.22%63.14%-
XYZ16.5327.1915.69-
YUV122.31113.7180.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=17.83%
G=51.27%
B=30.89%

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
Decimal56161970.6500.400.37143.4348.3942.55
Hex38A16141028258f302b
Octal70241141101050452176053
Binary1110001010000111000011000001010100010010110001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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