Html Css Color HEX #34714E Amazon

📋 copy color: '#34714E'

red 52 ◦ green 113 ◦ blue 78

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

Shades of Amazon #34714E

Tints of Amazon #34714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 21.4%
G = 46.5%
B = 32.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#34714E (or 0x34714E) is known color: Amazon. HEX triplet: 34, 71 and 4E. RGB value is (52,113,78). Sum of RGB (Red+Green+Blue) = 52+113+78=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #34714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34714E is #CB8EB1. Grayscale: #5A5A5A. Windows color (decimal): -13340338 or 5140788. OLE color: 5140788.

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

Color convert

RGB 52 113 78 -
CMYK 0.54 0 0.31 0.56
HSL 145.57º 0.37% 0.32% -
HSV(B) 145.57º 0.54% 0.44% -
XYZ 8.7 13.09 9.28 -
YUV 90.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 52 113 78 0.54 0 0.31 0.56 145.57 0.37 0.32
Hex 34 71 4E 36 0 1F 38 92 25 20
Octal 64 161 116 66 0 37 70 222 45 40
Binary 110100 1110001 1001110 110110 0 11111 111000 10010010 100101 100000

Color Harmonies of #34714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34714E

Black with #34714E

Text Example


Text Example

White with #34714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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