#38975C

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

Shades of Eucalyptus #38975C

Tints of Eucalyptus #38975C

Color information

#38975C (or 0x38975C) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 5C. RGB value is (56,151,92). Sum of RGB (Red+Green+Blue) = 56+151+92=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #38975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38975C is #C768A3. Grayscale: #747474. Windows color (decimal): -13068452 or 6068024. OLE color: 6068024.

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

Color convert

RGB5615192-
CMYK0.6300.390.41
HSL142.74º45.89%40.59%-
HSV(B)142.74º62.91%59.22%-
XYZ14.6323.7513.94-
YUV115.87114.5385.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=18.73%
G=50.50%
B=30.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56151920.6300.390.41142.7445.8940.59
Hex38975C3F027298f2e29
Octal7022713477047512175651
Binary111000100101111011100111111010011110100110001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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