#359068

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

Shades of Eucalyptus #359068

Tints of Eucalyptus #359068

Color information

#359068 (or 0x359068) is unknown color: approx Eucalyptus. HEX triplet: 35, 90 and 68. RGB value is (53,144,104). Sum of RGB (Red+Green+Blue) = 53+144+104=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #359068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359068 is #CA6F97. Grayscale: #707070. Windows color (decimal): -13266840 or 6852661. OLE color: 6852661.

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

Color convert

RGB53144104-
CMYK0.6300.280.44
HSL153.63º46.19%38.63%-
HSV(B)153.63º63.19%56.47%-
XYZ13.9421.716.55-
YUV112.23123.3585.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=17.61%
G=47.84%
B=34.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441040.6300.280.44153.6346.1938.63
Hex3590683F01C2C9a2e27
Octal6522015077034542325647
Binary11010110010000110100011111101110010110010011010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359068; }

 p { color: rgb(53,144,104); }

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

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

 a { background-color: rgb(53,144,104); }

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

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

 span { border-color: rgb(53,144,104); }

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