Html Css Color HEX #347560 Genoa

📋 copy color: '#347560'

red 52 ◦ green 117 ◦ blue 96

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

Shades of Genoa #347560

Tints of Genoa #347560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 19.62%
G = 44.15%
B = 36.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#347560 (or 0x347560) is known color: Genoa. HEX triplet: 34, 75 and 60. RGB value is (52,117,96). Sum of RGB (Red+Green+Blue) = 52+117+96=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #347560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347560 is #CB8A9F. Grayscale: #5F5F5F. Windows color (decimal): -13339296 or 6321460. OLE color: 6321460.

HSL color Cylindrical-coordinate representation of color #347560: hue angle of 160.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347560 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 96 -
CMYK 0.56 0 0.18 0.54
HSL 160.62º 0.38% 0.33% -
HSV(B) 160.62º 0.56% 0.46% -
XYZ 9.89 14.3 13.3 -
YUV 95.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 52 117 96 0.56 0 0.18 0.54 160.62 0.38 0.33
Hex 34 75 60 38 0 12 36 A1 26 21
Octal 64 165 140 70 0 22 66 241 46 41
Binary 110100 1110101 1100000 111000 0 10010 110110 10100001 100110 100001

Color Harmonies of #347560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347560

Black with #347560

Text Example


Text Example

White with #347560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347560; }

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

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

background-color css

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

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

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

border-color css

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

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

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