#38995C

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

Shades of Eucalyptus #38995C

Tints of Eucalyptus #38995C

Color information

#38995C (or 0x38995C) is unknown color: approx Eucalyptus. HEX triplet: 38, 99 and 5C. RGB value is (56,153,92). Sum of RGB (Red+Green+Blue) = 56+153+92=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #38995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38995C is #C766A3. Grayscale: #757575. Windows color (decimal): -13067940 or 6068536. OLE color: 6068536.

HSL color Cylindrical-coordinate representation of color #38995C: hue angle of 142.27º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38995C is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB5615392-
CMYK0.6300.400.4
HSL142.27º46.41%40.98%-
HSV(B)142.27º63.4%60%-
XYZ14.9524.414.05-
YUV117.04113.8684.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=18.60%
G=50.83%
B=30.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56153920.6300.400.4142.2746.4140.98
Hex38995C3F028288e2e29
Octal7023113477050502165651
Binary111000100110011011100111111010100010100010001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38995C; }

 p { color: rgb(56,153,92); }

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

<style>
 a { background-color: #38995C; }

 a { background-color: rgb(56,153,92); }

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

<style>
 span { border-color: #38995C; }

 span { border-color: rgb(56,153,92); }

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