Html Css Color HEX #34714C Amazon

📋 copy color: '#34714C'

red 52 ◦ green 113 ◦ blue 76

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

Shades of Amazon #34714C

Tints of Amazon #34714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 21.58%
G = 46.89%
B = 31.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#34714C (or 0x34714C) is known color: Amazon. HEX triplet: 34, 71 and 4C. RGB value is (52,113,76). Sum of RGB (Red+Green+Blue) = 52+113+76=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #34714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34714C is #CB8EB3. Grayscale: #5A5A5A. Windows color (decimal): -13340340 or 5009716. OLE color: 5009716.

HSL color Cylindrical-coordinate representation of color #34714C: hue angle of 143.61º 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 #34714C is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 76 -
CMYK 0.54 0 0.33 0.56
HSL 143.61º 0.37% 0.32% -
HSV(B) 143.61º 0.54% 0.44% -
XYZ 8.63 13.06 8.9 -
YUV 90.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 52 113 76 0.54 0 0.33 0.56 143.61 0.37 0.32
Hex 34 71 4C 36 0 21 38 90 25 20
Octal 64 161 114 66 0 41 70 220 45 40
Binary 110100 1110001 1001100 110110 0 100001 111000 10010000 100101 100000

Color Harmonies of #34714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34714C

Black with #34714C

Text Example


Text Example

White with #34714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34714C; }

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

 H1.HeaderClassName
 {
   color: #34714C;
 }
 .AnyTagClassName
 {
   color: #34714C;
 }
</style>

background-color css

<style>
 a { background-color: #34714C; }

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

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

border-color css

<style>
 span { border-color: #34714C; }

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

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