Html Css Color HEX #347260 Genoa

📋 copy color: '#347260'

red 52 ◦ green 114 ◦ blue 96

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

Shades of Genoa #347260

Tints of Genoa #347260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 19.85%
G = 43.51%
B = 36.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#347260 (or 0x347260) is known color: Genoa. HEX triplet: 34, 72 and 60. RGB value is (52,114,96). Sum of RGB (Red+Green+Blue) = 52+114+96=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #347260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347260 is #CB8D9F. Grayscale: #5D5D5D. Windows color (decimal): -13340064 or 6320692. OLE color: 6320692.

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

Color convert

RGB 52 114 96 -
CMYK 0.54 0 0.16 0.55
HSL 162.58º 0.37% 0.33% -
HSV(B) 162.58º 0.54% 0.45% -
XYZ 9.54 13.61 13.19 -
YUV 93.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 52 114 96 0.54 0 0.16 0.55 162.58 0.37 0.33
Hex 34 72 60 36 0 10 37 A3 25 21
Octal 64 162 140 66 0 20 67 243 45 41
Binary 110100 1110010 1100000 110110 0 10000 110111 10100011 100101 100001

Color Harmonies of #347260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347260

Black with #347260

Text Example


Text Example

White with #347260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347260; }

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

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

background-color css

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

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

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

border-color css

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

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

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