Html Css Color HEX #34844F Amazon

📋 copy color: '#34844F'

red 52 ◦ green 132 ◦ blue 79

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

Shades of Amazon #34844F

Tints of Amazon #34844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 19.77%
G = 50.19%
B = 30.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#34844F (or 0x34844F) is known color: Amazon. HEX triplet: 34, 84 and 4F. RGB value is (52,132,79). Sum of RGB (Red+Green+Blue) = 52+132+79=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #34844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34844F is #CB7BB0. Grayscale: #666666. Windows color (decimal): -13335473 or 5211188. OLE color: 5211188.

HSL color Cylindrical-coordinate representation of color #34844F: hue angle of 140.25º 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 #34844F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 79 -
CMYK 0.61 0 0.40 0.48
HSL 140.25º 0.43% 0.36% -
HSV(B) 140.25º 0.61% 0.52% -
XYZ 11.08 17.8 10.25 -
YUV 102.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 52 132 79 0.61 0 0.40 0.48 140.25 0.43 0.36
Hex 34 84 4F 3D 0 28 30 8C 2B 24
Octal 64 204 117 75 0 50 60 214 53 44
Binary 110100 10000100 1001111 111101 0 101000 110000 10001100 101011 100100

Color Harmonies of #34844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34844F

Black with #34844F

Text Example


Text Example

White with #34844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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