Html Css Color HEX #348476 Genoa

📋 copy color: '#348476'

red 52 ◦ green 132 ◦ blue 118

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

Shades of Genoa #348476

Tints of Genoa #348476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 17.22%
G = 43.71%
B = 39.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#348476 (or 0x348476) is known color: Genoa. HEX triplet: 34, 84 and 76. RGB value is (52,132,118). Sum of RGB (Red+Green+Blue) = 52+132+118=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #348476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348476 is #CB7B89. Grayscale: #6A6A6A. Windows color (decimal): -13335434 or 7767092. OLE color: 7767092.

HSL color Cylindrical-coordinate representation of color #348476: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348476 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 118 -
CMYK 0.61 0 0.11 0.48
HSL 169.5º 0.43% 0.36% -
HSV(B) 169.5º 0.61% 0.52% -
XYZ 12.94 18.54 20.04 -
YUV 106.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 52 132 118 0.61 0 0.11 0.48 169.5 0.43 0.36
Hex 34 84 76 3D 0 B 30 AA 2B 24
Octal 64 204 166 75 0 13 60 252 53 44
Binary 110100 10000100 1110110 111101 0 1011 110000 10101010 101011 100100

Color Harmonies of #348476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348476

Black with #348476

Text Example


Text Example

White with #348476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348476; }

 p { color: rgb(52,132,118); }

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

background-color css

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

 a { background-color: rgb(52,132,118); }

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

border-color css

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

 span { border-color: rgb(52,132,118); }

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