Html Css Color HEX #34715F Genoa

📋 copy color: '#34715F'

red 52 ◦ green 113 ◦ blue 95

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

Shades of Genoa #34715F

Tints of Genoa #34715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 20%
G = 43.46%
B = 36.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#34715F (or 0x34715F) is known color: Genoa. HEX triplet: 34, 71 and 5F. RGB value is (52,113,95). Sum of RGB (Red+Green+Blue) = 52+113+95=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #34715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34715F is #CB8EA0. Grayscale: #5C5C5C. Windows color (decimal): -13340321 or 6254900. OLE color: 6254900.

HSL color Cylindrical-coordinate representation of color #34715F: hue angle of 162.3º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34715F is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 95 -
CMYK 0.54 0 0.16 0.56
HSL 162.3º 0.37% 0.32% -
HSV(B) 162.3º 0.54% 0.44% -
XYZ 9.39 13.37 12.91 -
YUV 92.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 52 113 95 0.54 0 0.16 0.56 162.3 0.37 0.32
Hex 34 71 5F 36 0 10 38 A2 25 20
Octal 64 161 137 66 0 20 70 242 45 40
Binary 110100 1110001 1011111 110110 0 10000 111000 10100010 100101 100000

Color Harmonies of #34715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34715F

Black with #34715F

Text Example


Text Example

White with #34715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,113,95); }

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

background-color css

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

 a { background-color: rgb(52,113,95); }

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

border-color css

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

 span { border-color: rgb(52,113,95); }

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