Html Css Color HEX #34784F Amazon

📋 copy color: '#34784F'

red 52 ◦ green 120 ◦ blue 79

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

Shades of Amazon #34784F

Tints of Amazon #34784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.81%

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

R = 20.72%
G = 47.81%
B = 31.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#34784F (or 0x34784F) is known color: Amazon. HEX triplet: 34, 78 and 4F. RGB value is (52,120,79). Sum of RGB (Red+Green+Blue) = 52+120+79=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #34784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34784F is #CB87B0. Grayscale: #5F5F5F. Windows color (decimal): -13338545 or 5208116. OLE color: 5208116.

HSL color Cylindrical-coordinate representation of color #34784F: hue angle of 143.82º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34784F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 120 79 -
CMYK 0.57 0 0.34 0.53
HSL 143.82º 0.4% 0.34% -
HSV(B) 143.82º 0.57% 0.47% -
XYZ 9.54 14.73 9.74 -
YUV 94.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 52 120 79 0.57 0 0.34 0.53 143.82 0.4 0.34
Hex 34 78 4F 39 0 22 35 90 28 22
Octal 64 170 117 71 0 42 65 220 50 42
Binary 110100 1111000 1001111 111001 0 100010 110101 10010000 101000 100010

Color Harmonies of #34784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34784F

Black with #34784F

Text Example


Text Example

White with #34784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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