#359169

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

Shades of Eucalyptus #359169

Tints of Eucalyptus #359169

Color information

#359169 (or 0x359169) is unknown color: approx Eucalyptus. HEX triplet: 35, 91 and 69. RGB value is (53,145,105). Sum of RGB (Red+Green+Blue) = 53+145+105=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #359169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359169 is #CA6E96. Grayscale: #707070. Windows color (decimal): -13266583 or 6918453. OLE color: 6918453.

HSL color Cylindrical-coordinate representation of color #359169: hue angle of 153.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359169 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB53145105-
CMYK0.6300.280.43
HSL153.91º46.46%38.82%-
HSV(B)153.91º63.45%56.86%-
XYZ14.1422.0316.87-
YUV112.93123.5285.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=17.49%
G=47.85%
B=34.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451050.6300.280.43153.9146.4638.82
Hex3591693F01C2B9a2e27
Octal6522115177034532325647
Binary11010110010001110100111111101110010101110011010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359169; }

 p { color: rgb(53,145,105); }

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

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

 a { background-color: rgb(53,145,105); }

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

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

 span { border-color: rgb(53,145,105); }

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