Html Css Color HEX #34726F Genoa

📋 copy color: '#34726F'

red 52 ◦ green 114 ◦ blue 111

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

Shades of Genoa #34726F

Tints of Genoa #34726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

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

R = 18.77%
G = 41.16%
B = 40.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#34726F (or 0x34726F) is known color: Genoa. HEX triplet: 34, 72 and 6F. RGB value is (52,114,111). Sum of RGB (Red+Green+Blue) = 52+114+111=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #34726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34726F is #CB8D90. Grayscale: #5F5F5F. Windows color (decimal): -13340049 or 7303732. OLE color: 7303732.

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

Color convert

RGB 52 114 111 -
CMYK 0.54 0 0.03 0.55
HSL 177.1º 0.37% 0.33% -
HSV(B) 177.1º 0.54% 0.45% -
XYZ 10.3 13.91 17.18 -
YUV 95.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 52 114 111 0.54 0 0.03 0.55 177.1 0.37 0.33
Hex 34 72 6F 36 0 3 37 B1 25 21
Octal 64 162 157 66 0 3 67 261 45 41
Binary 110100 1110010 1101111 110110 0 11 110111 10110001 100101 100001

Color Harmonies of #34726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34726F

Black with #34726F

Text Example


Text Example

White with #34726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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