Html Css Color HEX #347565 Genoa

📋 copy color: '#347565'

red 52 ◦ green 117 ◦ blue 101

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

Shades of Genoa #347565

Tints of Genoa #347565

RGB

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

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

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

R = 19.26%
G = 43.33%
B = 37.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#347565 (or 0x347565) is known color: Genoa. HEX triplet: 34, 75 and 65. RGB value is (52,117,101). Sum of RGB (Red+Green+Blue) = 52+117+101=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #347565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347565 is #CB8A9A. Grayscale: #5F5F5F. Windows color (decimal): -13339291 or 6649140. OLE color: 6649140.

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

Color convert

RGB 52 117 101 -
CMYK 0.56 0 0.14 0.54
HSL 165.23º 0.38% 0.33% -
HSV(B) 165.23º 0.56% 0.46% -
XYZ 10.13 14.39 14.56 -
YUV 95.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 52 117 101 0.56 0 0.14 0.54 165.23 0.38 0.33
Hex 34 75 65 38 0 E 36 A5 26 21
Octal 64 165 145 70 0 16 66 245 46 41
Binary 110100 1110101 1100101 111000 0 1110 110110 10100101 100110 100001

Color Harmonies of #347565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347565

Black with #347565

Text Example


Text Example

White with #347565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347565; }

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

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

background-color css

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

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

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

border-color css

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

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

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