Html Css Color HEX #347460 Genoa

📋 copy color: '#347460'

red 52 ◦ green 116 ◦ blue 96

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

Shades of Genoa #347460

Tints of Genoa #347460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 19.7%
G = 43.94%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#347460 (or 0x347460) is known color: Genoa. HEX triplet: 34, 74 and 60. RGB value is (52,116,96). Sum of RGB (Red+Green+Blue) = 52+116+96=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #347460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347460 is #CB8B9F. Grayscale: #5E5E5E. Windows color (decimal): -13339552 or 6321204. OLE color: 6321204.

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

Color convert

RGB 52 116 96 -
CMYK 0.55 0 0.17 0.55
HSL 161.25º 0.38% 0.33% -
HSV(B) 161.25º 0.55% 0.45% -
XYZ 9.77 14.07 13.27 -
YUV 94.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 52 116 96 0.55 0 0.17 0.55 161.25 0.38 0.33
Hex 34 74 60 37 0 11 37 A1 26 21
Octal 64 164 140 67 0 21 67 241 46 41
Binary 110100 1110100 1100000 110111 0 10001 110111 10100001 100110 100001

Color Harmonies of #347460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347460

Black with #347460

Text Example


Text Example

White with #347460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347460; }

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

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

background-color css

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

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

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

border-color css

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

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

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