Html Css Color HEX #34716D Genoa

📋 copy color: '#34716D'

red 52 ◦ green 113 ◦ blue 109

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

Shades of Genoa #34716D

Tints of Genoa #34716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 18.98%
G = 41.24%
B = 39.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#34716D (or 0x34716D) is known color: Genoa. HEX triplet: 34, 71 and 6D. RGB value is (52,113,109). Sum of RGB (Red+Green+Blue) = 52+113+109=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #34716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34716D is #CB8E92. Grayscale: #5E5E5E. Windows color (decimal): -13340307 or 7172404. OLE color: 7172404.

HSL color Cylindrical-coordinate representation of color #34716D: hue angle of 176.07º 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 #34716D is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 109 -
CMYK 0.54 0 0.04 0.56
HSL 176.07º 0.37% 0.32% -
HSV(B) 176.07º 0.54% 0.44% -
XYZ 10.08 13.64 16.57 -
YUV 94.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 52 113 109 0.54 0 0.04 0.56 176.07 0.37 0.32
Hex 34 71 6D 36 0 4 38 B0 25 20
Octal 64 161 155 66 0 4 70 260 45 40
Binary 110100 1110001 1101101 110110 0 100 111000 10110000 100101 100000

Color Harmonies of #34716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34716D

Black with #34716D

Text Example


Text Example

White with #34716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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