Html Css Color HEX #347263 Genoa

📋 copy color: '#347263'

red 52 ◦ green 114 ◦ blue 99

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

Shades of Genoa #347263

Tints of Genoa #347263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 19.62%
G = 43.02%
B = 37.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#347263 (or 0x347263) is known color: Genoa. HEX triplet: 34, 72 and 63. RGB value is (52,114,99). Sum of RGB (Red+Green+Blue) = 52+114+99=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #347263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347263 is #CB8D9C. Grayscale: #5D5D5D. Windows color (decimal): -13340061 or 6517300. OLE color: 6517300.

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

Color convert

RGB 52 114 99 -
CMYK 0.54 0 0.13 0.55
HSL 165.48º 0.37% 0.33% -
HSV(B) 165.48º 0.54% 0.45% -
XYZ 9.69 13.67 13.93 -
YUV 93.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 52 114 99 0.54 0 0.13 0.55 165.48 0.37 0.33
Hex 34 72 63 36 0 D 37 A5 25 21
Octal 64 162 143 66 0 15 67 245 45 41
Binary 110100 1110010 1100011 110110 0 1101 110111 10100101 100101 100001

Color Harmonies of #347263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347263

Black with #347263

Text Example


Text Example

White with #347263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347263; }

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

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

background-color css

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

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

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

border-color css

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

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

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