Html Css Color HEX #34726A Genoa

📋 copy color: '#34726A'

red 52 ◦ green 114 ◦ blue 106

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

Shades of Genoa #34726A

Tints of Genoa #34726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 19.12%
G = 41.91%
B = 38.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#34726A (or 0x34726A) is known color: Genoa. HEX triplet: 34, 72 and 6A. RGB value is (52,114,106). Sum of RGB (Red+Green+Blue) = 52+114+106=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #34726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34726A is #CB8D95. Grayscale: #5E5E5E. Windows color (decimal): -13340054 or 6976052. OLE color: 6976052.

HSL color Cylindrical-coordinate representation of color #34726A: hue angle of 172.26º 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 #34726A is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 106 -
CMYK 0.54 0 0.07 0.55
HSL 172.26º 0.37% 0.33% -
HSV(B) 172.26º 0.54% 0.45% -
XYZ 10.04 13.81 15.77 -
YUV 94.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 52 114 106 0.54 0 0.07 0.55 172.26 0.37 0.33
Hex 34 72 6A 36 0 7 37 AC 25 21
Octal 64 162 152 66 0 7 67 254 45 41
Binary 110100 1110010 1101010 110110 0 111 110111 10101100 100101 100001

Color Harmonies of #34726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34726A

Black with #34726A

Text Example


Text Example

White with #34726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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