Html Css Color HEX #347368 Genoa

📋 copy color: '#347368'

red 52 ◦ green 115 ◦ blue 104

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

Shades of Genoa #347368

Tints of Genoa #347368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 19.19%
G = 42.44%
B = 38.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#347368 (or 0x347368) is known color: Genoa. HEX triplet: 34, 73 and 68. RGB value is (52,115,104). Sum of RGB (Red+Green+Blue) = 52+115+104=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #347368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347368 is #CB8C97. Grayscale: #5E5E5E. Windows color (decimal): -13339800 or 6845236. OLE color: 6845236.

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

Color convert

RGB 52 115 104 -
CMYK 0.55 0 0.10 0.55
HSL 169.52º 0.38% 0.33% -
HSV(B) 169.52º 0.55% 0.45% -
XYZ 10.05 13.99 15.27 -
YUV 94.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 52 115 104 0.55 0 0.10 0.55 169.52 0.38 0.33
Hex 34 73 68 37 0 A 37 AA 26 21
Octal 64 163 150 67 0 12 67 252 46 41
Binary 110100 1110011 1101000 110111 0 1010 110111 10101010 100110 100001

Color Harmonies of #347368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347368

Black with #347368

Text Example


Text Example

White with #347368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347368; }

 p { color: rgb(52,115,104); }

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

background-color css

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

 a { background-color: rgb(52,115,104); }

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

border-color css

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

 span { border-color: rgb(52,115,104); }

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