#38945C

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

Shades of Eucalyptus #38945C

Tints of Eucalyptus #38945C

Color information

#38945C (or 0x38945C) is unknown color: approx Eucalyptus. HEX triplet: 38, 94 and 5C. RGB value is (56,148,92). Sum of RGB (Red+Green+Blue) = 56+148+92=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #38945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38945C is #C76BA3. Grayscale: #727272. Windows color (decimal): -13069220 or 6067256. OLE color: 6067256.

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

Color convert

RGB5614892-
CMYK0.6200.380.42
HSL143.48º45.1%40%-
HSV(B)143.48º62.16%58.04%-
XYZ14.1522.7913.78-
YUV114.11115.5286.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 148 (58.20% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=18.92%
G=50%
B=31.08%

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
Decimal56148920.6200.380.42143.4845.140
Hex38945C3E0262A8f2d28
Octal7022413476046522175550
Binary111000100101001011100111110010011010101010001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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