Html Css Color HEX #347165 Genoa

📋 copy color: '#347165'

red 52 ◦ green 113 ◦ blue 101

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

Shades of Genoa #347165

Tints of Genoa #347165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

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

R = 19.55%
G = 42.48%
B = 37.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#347165 (or 0x347165) is known color: Genoa. HEX triplet: 34, 71 and 65. RGB value is (52,113,101). Sum of RGB (Red+Green+Blue) = 52+113+101=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #347165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347165 is #CB8E9A. Grayscale: #5D5D5D. Windows color (decimal): -13340315 or 6648116. OLE color: 6648116.

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

Color convert

RGB 52 113 101 -
CMYK 0.54 0 0.11 0.56
HSL 168.2º 0.37% 0.32% -
HSV(B) 168.2º 0.54% 0.44% -
XYZ 9.67 13.48 14.4 -
YUV 93.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 52 113 101 0.54 0 0.11 0.56 168.2 0.37 0.32
Hex 34 71 65 36 0 B 38 A8 25 20
Octal 64 161 145 66 0 13 70 250 45 40
Binary 110100 1110001 1100101 110110 0 1011 111000 10101000 100101 100000

Color Harmonies of #347165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347165

Black with #347165

Text Example


Text Example

White with #347165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347165; }

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

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

background-color css

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

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

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

border-color css

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

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

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