Html Css Color HEX #347966 Genoa

📋 copy color: '#347966'

red 52 ◦ green 121 ◦ blue 102

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

Shades of Genoa #347966

Tints of Genoa #347966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.09%

R = 18.91%
G = 44%
B = 37.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#347966 (or 0x347966) is known color: Genoa. HEX triplet: 34, 79 and 66. RGB value is (52,121,102). Sum of RGB (Red+Green+Blue) = 52+121+102=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #347966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347966 is #CB8699. Grayscale: #626262. Windows color (decimal): -13338266 or 6715700. OLE color: 6715700.

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

Color convert

RGB 52 121 102 -
CMYK 0.57 0 0.16 0.53
HSL 163.48º 0.4% 0.34% -
HSV(B) 163.48º 0.57% 0.47% -
XYZ 10.65 15.36 14.97 -
YUV 98.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 52 121 102 0.57 0 0.16 0.53 163.48 0.4 0.34
Hex 34 79 66 39 0 10 35 A3 28 22
Octal 64 171 146 71 0 20 65 243 50 42
Binary 110100 1111001 1100110 111001 0 10000 110101 10100011 101000 100010

Color Harmonies of #347966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347966

Black with #347966

Text Example


Text Example

White with #347966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347966; }

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

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

background-color css

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

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

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

border-color css

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

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

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