#38955C

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

Shades of Eucalyptus #38955C

Tints of Eucalyptus #38955C

Color information

#38955C (or 0x38955C) is unknown color: approx Eucalyptus. HEX triplet: 38, 95 and 5C. RGB value is (56,149,92). Sum of RGB (Red+Green+Blue) = 56+149+92=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #38955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38955C is #C76AA3. Grayscale: #727272. Windows color (decimal): -13068964 or 6067512. OLE color: 6067512.

HSL color Cylindrical-coordinate representation of color #38955C: hue angle of 143.23º 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 #38955C is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5614992-
CMYK0.6200.380.42
HSL143.23º45.37%40.2%-
HSV(B)143.23º62.42%58.43%-
XYZ14.3123.1113.83-
YUV114.7115.1986.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=18.86%
G=50.17%
B=30.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149920.6200.380.42143.2345.3740.2
Hex38955C3E0262A8f2d28
Octal7022513476046522175550
Binary111000100101011011100111110010011010101010001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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