#34816E

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

Shades of Genoa #34816E

Tints of Genoa #34816E

Color information

#34816E (or 0x34816E) is unknown color: approx Genoa. HEX triplet: 34, 81 and 6E. RGB value is (52,129,110). Sum of RGB (Red+Green+Blue) = 52+129+110=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #34816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34816E is #CB7E91. Grayscale: #676767. Windows color (decimal): -13336210 or 7242036. OLE color: 7242036.

HSL color Cylindrical-coordinate representation of color #34816E: hue angle of 165.19º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34816E is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB52129110-
CMYK0.6000.150.49
HSL165.19º42.54%35.49%-
HSV(B)165.19º59.69%50.59%-
XYZ12.0817.5617.5-
YUV103.81131.4991.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=17.87%
G=44.33%
B=37.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291100.6000.150.49165.1942.5435.49
Hex34816E3C0F31a52b23
Octal6420115674017612455343
Binary1101001000000111011101111000111111000110100101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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