Html Css Color HEX #34796E Genoa

📋 copy color: '#34796E'

red 52 ◦ green 121 ◦ blue 110

#34796E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #34796E

Tints of Genoa #34796E

RGB

 RED value IS 52 (20.7% from 255) = 18.37%

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 18.37%
G = 42.76%
B = 38.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#34796E (or 0x34796E) is known color: Genoa. HEX triplet: 34, 79 and 6E. RGB value is (52,121,110). Sum of RGB (Red+Green+Blue) = 52+121+110=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #34796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34796E is #CB8691. Grayscale: #636363. Windows color (decimal): -13338258 or 7239988. OLE color: 7239988.

HSL color Cylindrical-coordinate representation of color #34796E: hue angle of 170.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34796E is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 110 -
CMYK 0.57 0 0.09 0.53
HSL 170.43º 0.4% 0.34% -
HSV(B) 170.43º 0.57% 0.47% -
XYZ 11.07 15.53 17.17 -
YUV 99.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 52 121 110 0.57 0 0.09 0.53 170.43 0.4 0.34
Hex 34 79 6E 39 0 9 35 AA 28 22
Octal 64 171 156 71 0 11 65 252 50 42
Binary 110100 1111001 1101110 111001 0 1001 110101 10101010 101000 100010

Color Harmonies of #34796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34796E

Black with #34796E

Text Example


Text Example

White with #34796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34796E;
 }
 .AnyTagClassName
 {
   color: #34796E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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