#379963

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

Shades of Eucalyptus #379963

Tints of Eucalyptus #379963

Color information

#379963 (or 0x379963) is unknown color: approx Eucalyptus. HEX triplet: 37, 99 and 63. RGB value is (55,153,99). Sum of RGB (Red+Green+Blue) = 55+153+99=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #379963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379963 is #C8669C. Grayscale: #757575. Windows color (decimal): -13133469 or 6527287. OLE color: 6527287.

HSL color Cylindrical-coordinate representation of color #379963: hue angle of 146.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379963 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB5515399-
CMYK0.6400.350.4
HSL146.94º47.12%40.78%-
HSV(B)146.94º64.05%60%-
XYZ15.2224.515.73-
YUV117.54117.5383.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=17.92%
G=49.84%
B=32.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153990.6400.350.4146.9447.1240.78
Hex3799634002328932f29
Octal67231143100043502235751
Binary1101111001100111000111000000010001110100010010011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379963; }

 p { color: rgb(55,153,99); }

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

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

 a { background-color: rgb(55,153,99); }

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

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

 span { border-color: rgb(55,153,99); }

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