Html Css Color HEX #347461 Genoa

📋 copy color: '#347461'

red 52 ◦ green 116 ◦ blue 97

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

Shades of Genoa #347461

Tints of Genoa #347461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 19.62%
G = 43.77%
B = 36.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#347461 (or 0x347461) is known color: Genoa. HEX triplet: 34, 74 and 61. RGB value is (52,116,97). Sum of RGB (Red+Green+Blue) = 52+116+97=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #347461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347461 is #CB8B9E. Grayscale: #5E5E5E. Windows color (decimal): -13339551 or 6386740. OLE color: 6386740.

HSL color Cylindrical-coordinate representation of color #347461: hue angle of 162.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347461 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 97 -
CMYK 0.55 0 0.16 0.55
HSL 162.19º 0.38% 0.33% -
HSV(B) 162.19º 0.55% 0.45% -
XYZ 9.82 14.08 13.51 -
YUV 94.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 52 116 97 0.55 0 0.16 0.55 162.19 0.38 0.33
Hex 34 74 61 37 0 10 37 A2 26 21
Octal 64 164 141 67 0 20 67 242 46 41
Binary 110100 1110100 1100001 110111 0 10000 110111 10100010 100110 100001

Color Harmonies of #347461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347461

Black with #347461

Text Example


Text Example

White with #347461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347461; }

 p { color: rgb(52,116,97); }

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

background-color css

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

 a { background-color: rgb(52,116,97); }

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

border-color css

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

 span { border-color: rgb(52,116,97); }

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