#379362

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

Shades of Eucalyptus #379362

Tints of Eucalyptus #379362

Color information

#379362 (or 0x379362) is unknown color: approx Eucalyptus. HEX triplet: 37, 93 and 62. RGB value is (55,147,98). Sum of RGB (Red+Green+Blue) = 55+147+98=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #379362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379362 is #C86C9D. Grayscale: #727272. Windows color (decimal): -13135006 or 6460215. OLE color: 6460215.

HSL color Cylindrical-coordinate representation of color #379362: hue angle of 148.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379362 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB5514798-
CMYK0.6300.330.42
HSL148.04º45.54%39.61%-
HSV(B)148.04º62.59%57.65%-
XYZ14.2122.5615.16-
YUV113.91119.0285.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=18.33%
G=49%
B=32.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55147980.6300.330.42148.0445.5439.61
Hex3793623F0212A942e28
Octal6722314277041522245650
Binary110111100100111100010111111010000110101010010100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379362; }

 p { color: rgb(55,147,98); }

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

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

 a { background-color: rgb(55,147,98); }

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

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

 span { border-color: rgb(55,147,98); }

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