Html Css Color HEX #34834A Amazon

📋 copy color: '#34834A'

red 52 ◦ green 131 ◦ blue 74

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

Shades of Amazon #34834A

Tints of Amazon #34834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 20.23%
G = 50.97%
B = 28.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#34834A (or 0x34834A) is known color: Amazon. HEX triplet: 34, 83 and 4A. RGB value is (52,131,74). Sum of RGB (Red+Green+Blue) = 52+131+74=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #34834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34834A is #CB7CB5. Grayscale: #656565. Windows color (decimal): -13335734 or 4883252. OLE color: 4883252.

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

Color convert

RGB 52 131 74 -
CMYK 0.60 0 0.44 0.49
HSL 136.71º 0.43% 0.36% -
HSV(B) 136.71º 0.6% 0.51% -
XYZ 10.77 17.46 9.28 -
YUV 100.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 52 131 74 0.60 0 0.44 0.49 136.71 0.43 0.36
Hex 34 83 4A 3C 0 2C 31 89 2B 24
Octal 64 203 112 74 0 54 61 211 53 44
Binary 110100 10000011 1001010 111100 0 101100 110001 10001001 101011 100100

Color Harmonies of #34834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34834A

Black with #34834A

Text Example


Text Example

White with #34834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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