Html Css Color HEX #347164 Genoa

📋 copy color: '#347164'

red 52 ◦ green 113 ◦ blue 100

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

Shades of Genoa #347164

Tints of Genoa #347164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 19.62%
G = 42.64%
B = 37.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#347164 (or 0x347164) is known color: Genoa. HEX triplet: 34, 71 and 64. RGB value is (52,113,100). Sum of RGB (Red+Green+Blue) = 52+113+100=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #347164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347164 is #CB8E9B. Grayscale: #5D5D5D. Windows color (decimal): -13340316 or 6582580. OLE color: 6582580.

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

Color convert

RGB 52 113 100 -
CMYK 0.54 0 0.12 0.56
HSL 167.21º 0.37% 0.32% -
HSV(B) 167.21º 0.54% 0.44% -
XYZ 9.62 13.46 14.15 -
YUV 93.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 52 113 100 0.54 0 0.12 0.56 167.21 0.37 0.32
Hex 34 71 64 36 0 C 38 A7 25 20
Octal 64 161 144 66 0 14 70 247 45 40
Binary 110100 1110001 1100100 110110 0 1100 111000 10100111 100101 100000

Color Harmonies of #347164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347164

Black with #347164

Text Example


Text Example

White with #347164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347164; }

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

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

background-color css

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

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

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

border-color css

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

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

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