Html Css Color HEX #347964 Genoa

📋 copy color: '#347964'

red 52 ◦ green 121 ◦ blue 100

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

Shades of Genoa #347964

Tints of Genoa #347964

RGB

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

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

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

R = 19.05%
G = 44.32%
B = 36.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#347964 (or 0x347964) is known color: Genoa. HEX triplet: 34, 79 and 64. RGB value is (52,121,100). Sum of RGB (Red+Green+Blue) = 52+121+100=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #347964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347964 is #CB869B. Grayscale: #616161. Windows color (decimal): -13338268 or 6584628. OLE color: 6584628.

HSL color Cylindrical-coordinate representation of color #347964: hue angle of 161.74º 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 #347964 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 100 -
CMYK 0.57 0 0.17 0.53
HSL 161.74º 0.4% 0.34% -
HSV(B) 161.74º 0.57% 0.47% -
XYZ 10.55 15.32 14.46 -
YUV 97.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 52 121 100 0.57 0 0.17 0.53 161.74 0.4 0.34
Hex 34 79 64 39 0 11 35 A2 28 22
Octal 64 171 144 71 0 21 65 242 50 42
Binary 110100 1111001 1100100 111001 0 10001 110101 10100010 101000 100010

Color Harmonies of #347964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347964

Black with #347964

Text Example


Text Example

White with #347964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347964; }

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

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

background-color css

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

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

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

border-color css

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

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

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