Html Css Color HEX #347064 Genoa

📋 copy color: '#347064'

red 52 ◦ green 112 ◦ blue 100

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

Shades of Genoa #347064

Tints of Genoa #347064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 19.7%
G = 42.42%
B = 37.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#347064 (or 0x347064) is known color: Genoa. HEX triplet: 34, 70 and 64. RGB value is (52,112,100). Sum of RGB (Red+Green+Blue) = 52+112+100=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #347064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347064 is #CB8F9B. Grayscale: #5C5C5C. Windows color (decimal): -13340572 or 6582324. OLE color: 6582324.

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

Color convert

RGB 52 112 100 -
CMYK 0.54 0 0.11 0.56
HSL 168º 0.37% 0.32% -
HSV(B) 168º 0.54% 0.44% -
XYZ 9.51 13.24 14.11 -
YUV 92.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 52 112 100 0.54 0 0.11 0.56 168 0.37 0.32
Hex 34 70 64 36 0 B 38 A8 25 20
Octal 64 160 144 66 0 13 70 250 45 40
Binary 110100 1110000 1100100 110110 0 1011 111000 10101000 100101 100000

Color Harmonies of #347064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347064

Black with #347064

Text Example


Text Example

White with #347064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347064; }

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

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

background-color css

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

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

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

border-color css

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

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

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