#359B69

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

Shades of Eucalyptus #359B69

Tints of Eucalyptus #359B69

Color information

#359B69 (or 0x359B69) is unknown color: approx Eucalyptus. HEX triplet: 35, 9B and 69. RGB value is (53,155,105). Sum of RGB (Red+Green+Blue) = 53+155+105=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #359B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B69 is #CA6496. Grayscale: #767676. Windows color (decimal): -13264023 or 6921013. OLE color: 6921013.

HSL color Cylindrical-coordinate representation of color #359B69: hue angle of 150.59º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B69 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB53155105-
CMYK0.6600.320.39
HSL150.59º49.04%40.78%-
HSV(B)150.59º65.81%60.78%-
XYZ15.7425.2217.4-
YUV118.8120.2181.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=16.93%
G=49.52%
B=33.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551050.6600.320.39150.5949.0440.78
Hex359B694202027973129
Octal65233151102040472276151
Binary1101011001101111010011000010010000010011110010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359B69; }

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

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

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

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

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

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

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

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