#35995E

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

Shades of Eucalyptus #35995E

Tints of Eucalyptus #35995E

Color information

#35995E (or 0x35995E) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 5E. RGB value is (53,153,94). Sum of RGB (Red+Green+Blue) = 53+153+94=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #35995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35995E is #CA66A1. Grayscale: #747474. Windows color (decimal): -13264546 or 6199605. OLE color: 6199605.

HSL color Cylindrical-coordinate representation of color #35995E: hue angle of 144.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 #35995E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB5315394-
CMYK0.6500.390.4
HSL144.6º48.54%40.39%-
HSV(B)144.6º65.36%60%-
XYZ14.8824.3514.5-
YUV116.37115.3782.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=17.67%
G=51%
B=31.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153940.6500.390.4144.648.5440.39
Hex35995E4102728913128
Octal65231136101047502216150
Binary1101011001100110111101000001010011110100010010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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