Html Css Color HEX #347065 Genoa

📋 copy color: '#347065'

red 52 ◦ green 112 ◦ blue 101

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

Shades of Genoa #347065

Tints of Genoa #347065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 19.62%
G = 42.26%
B = 38.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#347065 (or 0x347065) is known color: Genoa. HEX triplet: 34, 70 and 65. RGB value is (52,112,101). Sum of RGB (Red+Green+Blue) = 52+112+101=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #347065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347065 is #CB8F9A. Grayscale: #5C5C5C. Windows color (decimal): -13340571 or 6647860. OLE color: 6647860.

HSL color Cylindrical-coordinate representation of color #347065: hue angle of 169º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347065 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 101 -
CMYK 0.54 0 0.10 0.56
HSL 169º 0.37% 0.32% -
HSV(B) 169º 0.54% 0.44% -
XYZ 9.56 13.26 14.37 -
YUV 92.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 52 112 101 0.54 0 0.10 0.56 169 0.37 0.32
Hex 34 70 65 36 0 A 38 A9 25 20
Octal 64 160 145 66 0 12 70 251 45 40
Binary 110100 1110000 1100101 110110 0 1010 111000 10101001 100101 100000

Color Harmonies of #347065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347065

Black with #347065

Text Example


Text Example

White with #347065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347065; }

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

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

background-color css

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

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

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

border-color css

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

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

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