#35996D

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

Shades of Eucalyptus #35996D

Tints of Eucalyptus #35996D

Color information

#35996D (or 0x35996D) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 6D. RGB value is (53,153,109). Sum of RGB (Red+Green+Blue) = 53+153+109=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #35996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35996D is #CA6692. Grayscale: #767676. Windows color (decimal): -13264531 or 7182645. OLE color: 7182645.

HSL color Cylindrical-coordinate representation of color #35996D: hue angle of 153.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35996D is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB53153109-
CMYK0.6500.290.4
HSL153.6º48.54%40.39%-
HSV(B)153.6º65.36%60%-
XYZ15.6224.6418.4-
YUV118.08122.8781.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=16.83%
G=48.57%
B=34.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531090.6500.290.4153.648.5440.39
Hex35996D4101D289a3128
Octal65231155101035502326150
Binary110101100110011101101100000101110110100010011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35996D; }

 p { color: rgb(53,153,109); }

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

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

 a { background-color: rgb(53,153,109); }

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

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

 span { border-color: rgb(53,153,109); }

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