Html Css Color HEX #34716A Genoa

📋 copy color: '#34716A'

red 52 ◦ green 113 ◦ blue 106

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

Shades of Genoa #34716A

Tints of Genoa #34716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 19.19%
G = 41.7%
B = 39.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#34716A (or 0x34716A) is known color: Genoa. HEX triplet: 34, 71 and 6A. RGB value is (52,113,106). Sum of RGB (Red+Green+Blue) = 52+113+106=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #34716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34716A is #CB8E95. Grayscale: #5D5D5D. Windows color (decimal): -13340310 or 6975796. OLE color: 6975796.

HSL color Cylindrical-coordinate representation of color #34716A: hue angle of 173.11º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34716A is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 106 -
CMYK 0.54 0 0.06 0.56
HSL 173.11º 0.37% 0.32% -
HSV(B) 173.11º 0.54% 0.44% -
XYZ 9.92 13.58 15.73 -
YUV 93.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 52 113 106 0.54 0 0.06 0.56 173.11 0.37 0.32
Hex 34 71 6A 36 0 6 38 AD 25 20
Octal 64 161 152 66 0 6 70 255 45 40
Binary 110100 1110001 1101010 110110 0 110 111000 10101101 100101 100000

Color Harmonies of #34716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34716A

Black with #34716A

Text Example


Text Example

White with #34716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,113,106); }

 H1.HeaderClassName
 {
   color: #34716A;
 }
 .AnyTagClassName
 {
   color: #34716A;
 }
</style>

background-color css

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

 a { background-color: rgb(52,113,106); }

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

border-color css

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

 span { border-color: rgb(52,113,106); }

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