Html Css Color HEX #34744D Amazon

📋 copy color: '#34744D'

red 52 ◦ green 116 ◦ blue 77

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

Shades of Amazon #34744D

Tints of Amazon #34744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 21.22%
G = 47.35%
B = 31.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#34744D (or 0x34744D) is known color: Amazon. HEX triplet: 34, 74 and 4D. RGB value is (52,116,77). Sum of RGB (Red+Green+Blue) = 52+116+77=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #34744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34744D is #CB8BB2. Grayscale: #5C5C5C. Windows color (decimal): -13339571 or 5076020. OLE color: 5076020.

HSL color Cylindrical-coordinate representation of color #34744D: hue angle of 143.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34744D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 77 -
CMYK 0.55 0 0.34 0.55
HSL 143.44º 0.38% 0.33% -
HSV(B) 143.44º 0.55% 0.45% -
XYZ 9 13.76 9.2 -
YUV 92.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 52 116 77 0.55 0 0.34 0.55 143.44 0.38 0.33
Hex 34 74 4D 37 0 22 37 8F 26 21
Octal 64 164 115 67 0 42 67 217 46 41
Binary 110100 1110100 1001101 110111 0 100010 110111 10001111 100110 100001

Color Harmonies of #34744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34744D

Black with #34744D

Text Example


Text Example

White with #34744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34744D; }

 p { color: rgb(52,116,77); }

 H1.HeaderClassName
 {
   color: #34744D;
 }
 .AnyTagClassName
 {
   color: #34744D;
 }
</style>

background-color css

<style>
 a { background-color: #34744D; }

 a { background-color: rgb(52,116,77); }

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

border-color css

<style>
 span { border-color: #34744D; }

 span { border-color: rgb(52,116,77); }

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