Html Css Color HEX #34806F Genoa

📋 copy color: '#34806F'

red 52 ◦ green 128 ◦ blue 111

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

Shades of Genoa #34806F

Tints of Genoa #34806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

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

R = 17.87%
G = 43.99%
B = 38.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#34806F (or 0x34806F) is known color: Genoa. HEX triplet: 34, 80 and 6F. RGB value is (52,128,111). Sum of RGB (Red+Green+Blue) = 52+128+111=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #34806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34806F is #CB7F90. Grayscale: #676767. Windows color (decimal): -13336465 or 7307316. OLE color: 7307316.

HSL color Cylindrical-coordinate representation of color #34806F: hue angle of 166.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34806F is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 111 -
CMYK 0.59 0 0.13 0.50
HSL 166.58º 0.42% 0.35% -
HSV(B) 166.58º 0.59% 0.5% -
XYZ 12 17.32 17.75 -
YUV 103.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 52 128 111 0.59 0 0.13 0.50 166.58 0.42 0.35
Hex 34 80 6F 3B 0 D 32 A7 2A 23
Octal 64 200 157 73 0 15 62 247 52 43
Binary 110100 10000000 1101111 111011 0 1101 110010 10100111 101010 100011

Color Harmonies of #34806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34806F

Black with #34806F

Text Example


Text Example

White with #34806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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