Html Css Color HEX #347371 Genoa

📋 copy color: '#347371'

red 52 ◦ green 115 ◦ blue 113

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

Shades of Genoa #347371

Tints of Genoa #347371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 18.57%
G = 41.07%
B = 40.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#347371 (or 0x347371) is known color: Genoa. HEX triplet: 34, 73 and 71. RGB value is (52,115,113). Sum of RGB (Red+Green+Blue) = 52+115+113=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #347371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347371 is #CB8C8E. Grayscale: #5F5F5F. Windows color (decimal): -13339791 or 7435060. OLE color: 7435060.

HSL color Cylindrical-coordinate representation of color #347371: hue angle of 178.1º 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 #347371 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 113 -
CMYK 0.55 0 0.02 0.55
HSL 178.1º 0.38% 0.33% -
HSV(B) 178.1º 0.55% 0.45% -
XYZ 10.53 14.18 17.81 -
YUV 95.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 52 115 113 0.55 0 0.02 0.55 178.1 0.38 0.33
Hex 34 73 71 37 0 2 37 B2 26 21
Octal 64 163 161 67 0 2 67 262 46 41
Binary 110100 1110011 1110001 110111 0 10 110111 10110010 100110 100001

Color Harmonies of #347371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347371

Black with #347371

Text Example


Text Example

White with #347371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347371; }

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

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

background-color css

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

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

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

border-color css

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

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

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