Html Css Color HEX #34844C Amazon

📋 copy color: '#34844C'

red 52 ◦ green 132 ◦ blue 76

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

Shades of Amazon #34844C

Tints of Amazon #34844C

RGB

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

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

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

R = 20%
G = 50.77%
B = 29.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#34844C (or 0x34844C) is known color: Amazon. HEX triplet: 34, 84 and 4C. RGB value is (52,132,76). Sum of RGB (Red+Green+Blue) = 52+132+76=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #34844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34844C is #CB7BB3. Grayscale: #656565. Windows color (decimal): -13335476 or 5014580. OLE color: 5014580.

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

Color convert

RGB 52 132 76 -
CMYK 0.61 0 0.42 0.48
HSL 138º 0.43% 0.36% -
HSV(B) 138º 0.61% 0.52% -
XYZ 10.97 17.75 9.69 -
YUV 101.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 52 132 76 0.61 0 0.42 0.48 138 0.43 0.36
Hex 34 84 4C 3D 0 2A 30 8A 2B 24
Octal 64 204 114 75 0 52 60 212 53 44
Binary 110100 10000100 1001100 111101 0 101010 110000 10001010 101011 100100

Color Harmonies of #34844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34844C

Black with #34844C

Text Example


Text Example

White with #34844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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