Html Css Color HEX #34844A Amazon

📋 copy color: '#34844A'

red 52 ◦ green 132 ◦ blue 74

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

Shades of Amazon #34844A

Tints of Amazon #34844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

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

R = 20.16%
G = 51.16%
B = 28.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#34844A (or 0x34844A) is known color: Amazon. HEX triplet: 34, 84 and 4A. RGB value is (52,132,74). Sum of RGB (Red+Green+Blue) = 52+132+74=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #34844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34844A is #CB7BB5. Grayscale: #656565. Windows color (decimal): -13335478 or 4883508. OLE color: 4883508.

HSL color Cylindrical-coordinate representation of color #34844A: hue angle of 136.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34844A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 74 -
CMYK 0.61 0 0.44 0.48
HSL 136.5º 0.43% 0.36% -
HSV(B) 136.5º 0.61% 0.52% -
XYZ 10.9 17.73 9.33 -
YUV 101.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 52 132 74 0.61 0 0.44 0.48 136.5 0.43 0.36
Hex 34 84 4A 3D 0 2C 30 88 2B 24
Octal 64 204 112 75 0 54 60 210 53 44
Binary 110100 10000100 1001010 111101 0 101100 110000 10001000 101011 100100

Color Harmonies of #34844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34844A

Black with #34844A

Text Example


Text Example

White with #34844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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