Html Css Color HEX #34824D Amazon

📋 copy color: '#34824D'

red 52 ◦ green 130 ◦ blue 77

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

Shades of Amazon #34824D

Tints of Amazon #34824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

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

R = 20.08%
G = 50.19%
B = 29.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#34824D (or 0x34824D) is known color: Amazon. HEX triplet: 34, 82 and 4D. RGB value is (52,130,77). Sum of RGB (Red+Green+Blue) = 52+130+77=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #34824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34824D is #CB7DB2. Grayscale: #646464. Windows color (decimal): -13335987 or 5079604. OLE color: 5079604.

HSL color Cylindrical-coordinate representation of color #34824D: hue angle of 139.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34824D is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 77 -
CMYK 0.60 0 0.41 0.49
HSL 139.23º 0.43% 0.36% -
HSV(B) 139.23º 0.6% 0.51% -
XYZ 10.74 17.23 9.78 -
YUV 100.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 52 130 77 0.60 0 0.41 0.49 139.23 0.43 0.36
Hex 34 82 4D 3C 0 29 31 8B 2B 24
Octal 64 202 115 74 0 51 61 213 53 44
Binary 110100 10000010 1001101 111100 0 101001 110001 10001011 101011 100100

Color Harmonies of #34824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34824D

Black with #34824D

Text Example


Text Example

White with #34824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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