Html Css Color HEX #348776 Genoa

📋 copy color: '#348776'

red 52 ◦ green 135 ◦ blue 118

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

Shades of Genoa #348776

Tints of Genoa #348776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 17.05%
G = 44.26%
B = 38.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#348776 (or 0x348776) is known color: Genoa. HEX triplet: 34, 87 and 76. RGB value is (52,135,118). Sum of RGB (Red+Green+Blue) = 52+135+118=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #348776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348776 is #CB7889. Grayscale: #6C6C6C. Windows color (decimal): -13334666 or 7767860. OLE color: 7767860.

HSL color Cylindrical-coordinate representation of color #348776: hue angle of 167.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348776 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 118 -
CMYK 0.61 0 0.13 0.47
HSL 167.71º 0.44% 0.37% -
HSV(B) 167.71º 0.61% 0.53% -
XYZ 13.35 19.37 20.17 -
YUV 108.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 52 135 118 0.61 0 0.13 0.47 167.71 0.44 0.37
Hex 34 87 76 3D 0 D 2F A8 2C 25
Octal 64 207 166 75 0 15 57 250 54 45
Binary 110100 10000111 1110110 111101 0 1101 101111 10101000 101100 100101

Color Harmonies of #348776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348776

Black with #348776

Text Example


Text Example

White with #348776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348776; }

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

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

background-color css

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

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

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

border-color css

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

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

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