Html Css Color HEX #34776F Genoa

📋 copy color: '#34776F'

red 52 ◦ green 119 ◦ blue 111

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

Shades of Genoa #34776F

Tints of Genoa #34776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 18.44%
G = 42.2%
B = 39.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#34776F (or 0x34776F) is known color: Genoa. HEX triplet: 34, 77 and 6F. RGB value is (52,119,111). Sum of RGB (Red+Green+Blue) = 52+119+111=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #34776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34776F is #CB8890. Grayscale: #626262. Windows color (decimal): -13338769 or 7305012. OLE color: 7305012.

HSL color Cylindrical-coordinate representation of color #34776F: hue angle of 172.84º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34776F is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 111 -
CMYK 0.56 0 0.07 0.53
HSL 172.84º 0.39% 0.34% -
HSV(B) 172.84º 0.56% 0.47% -
XYZ 10.88 15.07 17.37 -
YUV 98.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 52 119 111 0.56 0 0.07 0.53 172.84 0.39 0.34
Hex 34 77 6F 38 0 7 35 AD 27 22
Octal 64 167 157 70 0 7 65 255 47 42
Binary 110100 1110111 1101111 111000 0 111 110101 10101101 100111 100010

Color Harmonies of #34776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34776F

Black with #34776F

Text Example


Text Example

White with #34776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34776F; }

 p { color: rgb(52,119,111); }

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

background-color css

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

 a { background-color: rgb(52,119,111); }

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

border-color css

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

 span { border-color: rgb(52,119,111); }

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