#35887A

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

Shades of Genoa #35887A

Tints of Genoa #35887A

Color information

#35887A (or 0x35887A) is unknown color: approx Genoa. HEX triplet: 35, 88 and 7A. RGB value is (53,136,122). Sum of RGB (Red+Green+Blue) = 53+136+122=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #35887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887A is #CA7785. Grayscale: #6D6D6D. Windows color (decimal): -13268870 or 8030261. OLE color: 8030261.

HSL color Cylindrical-coordinate representation of color #35887A: hue angle of 169.88º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35887A is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB53136122-
CMYK0.6100.100.47
HSL169.88º43.92%37.06%-
HSV(B)169.88º61.03%53.33%-
XYZ13.7919.7721.5-
YUV109.5913587.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=17.04%
G=43.73%
B=39.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361220.6100.100.47169.8843.9237.06
Hex35887A3D0A2Faa2c25
Octal6521017275012572525445
Binary1101011000100011110101111010101010111110101010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35887A; }

 p { color: rgb(53,136,122); }

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

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

 a { background-color: rgb(53,136,122); }

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

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

 span { border-color: rgb(53,136,122); }

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