#35966A

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

Shades of Eucalyptus #35966A

Tints of Eucalyptus #35966A

Color information

#35966A (or 0x35966A) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 6A. RGB value is (53,150,106). Sum of RGB (Red+Green+Blue) = 53+150+106=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #35966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35966A is #CA6995. Grayscale: #747474. Windows color (decimal): -13265302 or 6985269. OLE color: 6985269.

HSL color Cylindrical-coordinate representation of color #35966A: hue angle of 152.78º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35966A is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB53150106-
CMYK0.6500.290.41
HSL152.78º47.78%39.8%-
HSV(B)152.78º64.67%58.82%-
XYZ14.9823.6117.4-
YUV115.98122.3683.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=17.15%
G=48.54%
B=34.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501060.6500.290.41152.7847.7839.8
Hex35966A4101D29993028
Octal65226152101035512316050
Binary110101100101101101010100000101110110100110011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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