#35986A

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

Shades of Eucalyptus #35986A

Tints of Eucalyptus #35986A

Color information

#35986A (or 0x35986A) is unknown color: approx Eucalyptus. HEX triplet: 35, 98 and 6A. RGB value is (53,152,106). Sum of RGB (Red+Green+Blue) = 53+152+106=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #35986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35986A is #CA6795. Grayscale: #757575. Windows color (decimal): -13264790 or 6985781. OLE color: 6985781.

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

Color convert

RGB53152106-
CMYK0.6500.300.40
HSL152.12º48.29%40.2%-
HSV(B)152.12º65.13%59.61%-
XYZ15.324.2517.51-
YUV117.15121.782.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=17.04%
G=48.87%
B=34.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521060.6500.300.40152.1248.2940.2
Hex35986A4101E28983028
Octal65230152101036502306050
Binary110101100110001101010100000101111010100010011000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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