Html Css Color HEX #347470 Genoa

📋 copy color: '#347470'

red 52 ◦ green 116 ◦ blue 112

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

Shades of Genoa #347470

Tints of Genoa #347470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 18.57%
G = 41.43%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#347470 (or 0x347470) is known color: Genoa. HEX triplet: 34, 74 and 70. RGB value is (52,116,112). Sum of RGB (Red+Green+Blue) = 52+116+112=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #347470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347470 is #CB8B8F. Grayscale: #606060. Windows color (decimal): -13339536 or 7369780. OLE color: 7369780.

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

Color convert

RGB 52 116 112 -
CMYK 0.55 0 0.03 0.55
HSL 176.25º 0.38% 0.33% -
HSV(B) 176.25º 0.55% 0.45% -
XYZ 10.59 14.39 17.55 -
YUV 96.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 52 116 112 0.55 0 0.03 0.55 176.25 0.38 0.33
Hex 34 74 70 37 0 3 37 B0 26 21
Octal 64 164 160 67 0 3 67 260 46 41
Binary 110100 1110100 1110000 110111 0 11 110111 10110000 100110 100001

Color Harmonies of #347470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347470

Black with #347470

Text Example


Text Example

White with #347470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347470; }

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

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

background-color css

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

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

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

border-color css

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

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

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