Html Css Color HEX #34854D Amazon

📋 copy color: '#34854D'

red 52 ◦ green 133 ◦ blue 77

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

Shades of Amazon #34854D

Tints of Amazon #34854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 19.85%
G = 50.76%
B = 29.39%

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

#34854D (or 0x34854D) is known color: Amazon. HEX triplet: 34, 85 and 4D. RGB value is (52,133,77). Sum of RGB (Red+Green+Blue) = 52+133+77=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #34854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34854D is #CB7AB2. Grayscale: #666666. Windows color (decimal): -13335219 or 5080372. OLE color: 5080372.

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

Color convert

RGB 52 133 77 -
CMYK 0.61 0 0.42 0.48
HSL 138.52º 0.44% 0.36% -
HSV(B) 138.52º 0.61% 0.52% -
XYZ 11.14 18.04 9.92 -
YUV 102.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 52 133 77 0.61 0 0.42 0.48 138.52 0.44 0.36
Hex 34 85 4D 3D 0 2A 30 8B 2C 24
Octal 64 205 115 75 0 52 60 213 54 44
Binary 110100 10000101 1001101 111101 0 101010 110000 10001011 101100 100100

Color Harmonies of #34854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34854D

Black with #34854D

Text Example


Text Example

White with #34854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34854D; }

 p { color: rgb(52,133,77); }

 H1.HeaderClassName
 {
   color: #34854D;
 }
 .AnyTagClassName
 {
   color: #34854D;
 }
</style>

background-color css

<style>
 a { background-color: #34854D; }

 a { background-color: rgb(52,133,77); }

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

border-color css

<style>
 span { border-color: #34854D; }

 span { border-color: rgb(52,133,77); }

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