#38975F

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

Shades of Eucalyptus #38975F

Tints of Eucalyptus #38975F

Color information

#38975F (or 0x38975F) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 5F. RGB value is (56,151,95). Sum of RGB (Red+Green+Blue) = 56+151+95=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #38975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38975F is #C768A0. Grayscale: #747474. Windows color (decimal): -13068449 or 6264632. OLE color: 6264632.

HSL color Cylindrical-coordinate representation of color #38975F: hue angle of 144.63º 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 #38975F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5615195-
CMYK0.6300.370.41
HSL144.63º45.89%40.59%-
HSV(B)144.63º62.91%59.22%-
XYZ14.7623.814.64-
YUV116.21116.0385.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=18.54%
G=50%
B=31.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56151950.6300.370.41144.6345.8940.59
Hex38975F3F02529912e29
Octal7022713777045512215651
Binary111000100101111011111111111010010110100110010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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