Html Css Color HEX #34824A Amazon

📋 copy color: '#34824A'

red 52 ◦ green 130 ◦ blue 74

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

Shades of Amazon #34824A

Tints of Amazon #34824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 20.31%
G = 50.78%
B = 28.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#34824A (or 0x34824A) is known color: Amazon. HEX triplet: 34, 82 and 4A. RGB value is (52,130,74). Sum of RGB (Red+Green+Blue) = 52+130+74=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #34824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34824A is #CB7DB5. Grayscale: #646464. Windows color (decimal): -13335990 or 4882996. OLE color: 4882996.

HSL color Cylindrical-coordinate representation of color #34824A: hue angle of 136.92º 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 #34824A is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 74 -
CMYK 0.60 0 0.43 0.49
HSL 136.92º 0.43% 0.36% -
HSV(B) 136.92º 0.6% 0.51% -
XYZ 10.63 17.19 9.24 -
YUV 100.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 52 130 74 0.60 0 0.43 0.49 136.92 0.43 0.36
Hex 34 82 4A 3C 0 2B 31 89 2B 24
Octal 64 202 112 74 0 53 61 211 53 44
Binary 110100 10000010 1001010 111100 0 101011 110001 10001001 101011 100100

Color Harmonies of #34824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34824A

Black with #34824A

Text Example


Text Example

White with #34824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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