Html Css Color HEX #34824C Amazon

📋 copy color: '#34824C'

red 52 ◦ green 130 ◦ blue 76

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

Shades of Amazon #34824C

Tints of Amazon #34824C

RGB

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

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

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

R = 20.16%
G = 50.39%
B = 29.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#34824C (or 0x34824C) is known color: Amazon. HEX triplet: 34, 82 and 4C. RGB value is (52,130,76). Sum of RGB (Red+Green+Blue) = 52+130+76=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #34824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34824C is #CB7DB3. Grayscale: #646464. Windows color (decimal): -13335988 or 5014068. OLE color: 5014068.

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

Color convert

RGB 52 130 76 -
CMYK 0.60 0 0.42 0.49
HSL 138.46º 0.43% 0.36% -
HSV(B) 138.46º 0.6% 0.51% -
XYZ 10.7 17.22 9.6 -
YUV 100.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 52 130 76 0.60 0 0.42 0.49 138.46 0.43 0.36
Hex 34 82 4C 3C 0 2A 31 8A 2B 24
Octal 64 202 114 74 0 52 61 212 53 44
Binary 110100 10000010 1001100 111100 0 101010 110001 10001010 101011 100100

Color Harmonies of #34824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34824C

Black with #34824C

Text Example


Text Example

White with #34824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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