#35966E

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

Shades of Eucalyptus #35966E

Tints of Eucalyptus #35966E

Color information

#35966E (or 0x35966E) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 6E. RGB value is (53,150,110). Sum of RGB (Red+Green+Blue) = 53+150+110=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #35966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35966E is #CA6991. Grayscale: #747474. Windows color (decimal): -13265298 or 7247413. OLE color: 7247413.

HSL color Cylindrical-coordinate representation of color #35966E: hue angle of 155.26º 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 #35966E is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB53150110-
CMYK0.6500.270.41
HSL155.26º47.78%39.8%-
HSV(B)155.26º64.67%58.82%-
XYZ15.1923.718.52-
YUV116.44124.3682.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=16.93%
G=47.92%
B=35.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501100.6500.270.41155.2647.7839.8
Hex35966E4101B299b3028
Octal65226156101033512336050
Binary110101100101101101110100000101101110100110011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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