#38985D

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

Shades of Eucalyptus #38985D

Tints of Eucalyptus #38985D

Color information

#38985D (or 0x38985D) is unknown color: approx Eucalyptus. HEX triplet: 38, 98 and 5D. RGB value is (56,152,93). Sum of RGB (Red+Green+Blue) = 56+152+93=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #38985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38985D is #C767A2. Grayscale: #747474. Windows color (decimal): -13068195 or 6133816. OLE color: 6133816.

HSL color Cylindrical-coordinate representation of color #38985D: hue angle of 143.12º 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 #38985D is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB5615293-
CMYK0.6300.390.40
HSL143.12º46.15%40.78%-
HSV(B)143.12º63.16%59.61%-
XYZ14.8324.0914.22-
YUV116.57114.784.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=18.60%
G=50.50%
B=30.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152930.6300.390.40143.1246.1540.78
Hex38985D3F027288f2e29
Octal7023013577047502175651
Binary111000100110001011101111111010011110100010001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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