#35986D

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

Shades of Eucalyptus #35986D

Tints of Eucalyptus #35986D

Color information

#35986D (or 0x35986D) is unknown color: approx Eucalyptus. HEX triplet: 35, 98 and 6D. RGB value is (53,152,109). Sum of RGB (Red+Green+Blue) = 53+152+109=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #35986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35986D is #CA6792. Grayscale: #757575. Windows color (decimal): -13264787 or 7182389. OLE color: 7182389.

HSL color Cylindrical-coordinate representation of color #35986D: hue angle of 153.94º degrees, saturation: 0.48, 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 #35986D is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB53152109-
CMYK0.6500.280.40
HSL153.94º48.29%40.2%-
HSV(B)153.94º65.13%59.61%-
XYZ15.4624.3218.35-
YUV117.5123.282-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=16.88%
G=48.41%
B=34.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521090.6500.280.40153.9448.2940.2
Hex35986D4101C289a3028
Octal65230155101034502326050
Binary110101100110001101101100000101110010100010011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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