#35926E

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

Shades of Eucalyptus #35926E

Tints of Eucalyptus #35926E

Color information

#35926E (or 0x35926E) is unknown color: approx Eucalyptus. HEX triplet: 35, 92 and 6E. RGB value is (53,146,110). Sum of RGB (Red+Green+Blue) = 53+146+110=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #35926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35926E is #CA6D91. Grayscale: #727272. Windows color (decimal): -13266322 or 7246389. OLE color: 7246389.

HSL color Cylindrical-coordinate representation of color #35926E: hue angle of 156.77º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35926E is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB53146110-
CMYK0.6400.250.43
HSL156.77º46.73%39.02%-
HSV(B)156.77º63.7%57.25%-
XYZ14.5622.4418.32-
YUV114.09125.6984.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=17.15%
G=47.25%
B=35.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461100.6400.250.43156.7746.7339.02
Hex35926E400192B9d2f27
Octal65222156100031532355747
Binary110101100100101101110100000001100110101110011101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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