Html Css Color HEX #348376 Genoa

📋 copy color: '#348376'

red 52 ◦ green 131 ◦ blue 118

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

Shades of Genoa #348376

Tints of Genoa #348376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 17.28%
G = 43.52%
B = 39.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#348376 (or 0x348376) is known color: Genoa. HEX triplet: 34, 83 and 76. RGB value is (52,131,118). Sum of RGB (Red+Green+Blue) = 52+131+118=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #348376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348376 is #CB7C89. Grayscale: #696969. Windows color (decimal): -13335690 or 7766836. OLE color: 7766836.

HSL color Cylindrical-coordinate representation of color #348376: hue angle of 170.13º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348376 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 118 -
CMYK 0.60 0 0.10 0.49
HSL 170.13º 0.43% 0.36% -
HSV(B) 170.13º 0.6% 0.51% -
XYZ 12.8 18.27 19.99 -
YUV 105.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 52 131 118 0.60 0 0.10 0.49 170.13 0.43 0.36
Hex 34 83 76 3C 0 A 31 AA 2B 24
Octal 64 203 166 74 0 12 61 252 53 44
Binary 110100 10000011 1110110 111100 0 1010 110001 10101010 101011 100100

Color Harmonies of #348376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348376

Black with #348376

Text Example


Text Example

White with #348376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348376; }

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

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

background-color css

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

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

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

border-color css

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

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

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