#38935D

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

Shades of Eucalyptus #38935D

Tints of Eucalyptus #38935D

Color information

#38935D (or 0x38935D) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 5D. RGB value is (56,147,93). Sum of RGB (Red+Green+Blue) = 56+147+93=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #38935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38935D is #C76CA2. Grayscale: #717171. Windows color (decimal): -13069475 or 6132536. OLE color: 6132536.

HSL color Cylindrical-coordinate representation of color #38935D: hue angle of 144.4º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38935D is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB5614793-
CMYK0.6200.370.42
HSL144.4º44.83%39.8%-
HSV(B)144.4º61.9%57.65%-
XYZ14.0422.513.96-
YUV113.64116.3586.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=18.92%
G=49.66%
B=31.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147930.6200.370.42144.444.8339.8
Hex38935D3E0252A902d28
Octal7022313576045522205550
Binary111000100100111011101111110010010110101010010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38935D; }

 p { color: rgb(56,147,93); }

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

<style>
 a { background-color: #38935D; }

 a { background-color: rgb(56,147,93); }

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

<style>
 span { border-color: #38935D; }

 span { border-color: rgb(56,147,93); }

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