#35816E

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

Shades of Genoa #35816E

Tints of Genoa #35816E

Color information

#35816E (or 0x35816E) is unknown color: approx Genoa. HEX triplet: 35, 81 and 6E. RGB value is (53,129,110). Sum of RGB (Red+Green+Blue) = 53+129+110=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #35816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35816E is #CA7E91. Grayscale: #686868. Windows color (decimal): -13270674 or 7242037. OLE color: 7242037.

HSL color Cylindrical-coordinate representation of color #35816E: hue angle of 165º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35816E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB53129110-
CMYK0.5900.150.49
HSL165º41.76%35.69%-
HSV(B)165º58.91%50.59%-
XYZ12.1317.5817.51-
YUV104.11131.3291.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.15%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=18.15%
G=44.18%
B=37.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291100.5900.150.4916541.7635.69
Hex35816E3B0F31a52a24
Octal6520115673017612455244
Binary1101011000000111011101110110111111000110100101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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