Html Css Color HEX #34794F Amazon

📋 copy color: '#34794F'

red 52 ◦ green 121 ◦ blue 79

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

Shades of Amazon #34794F

Tints of Amazon #34794F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

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

R = 20.63%
G = 48.02%
B = 31.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#34794F (or 0x34794F) is known color: Amazon. HEX triplet: 34, 79 and 4F. RGB value is (52,121,79). Sum of RGB (Red+Green+Blue) = 52+121+79=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #34794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34794F is #CB86B0. Grayscale: #5F5F5F. Windows color (decimal): -13338289 or 5208372. OLE color: 5208372.

HSL color Cylindrical-coordinate representation of color #34794F: hue angle of 143.48º 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 #34794F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 79 -
CMYK 0.57 0 0.35 0.53
HSL 143.48º 0.4% 0.34% -
HSV(B) 143.48º 0.57% 0.47% -
XYZ 9.66 14.97 9.78 -
YUV 95.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 52 121 79 0.57 0 0.35 0.53 143.48 0.4 0.34
Hex 34 79 4F 39 0 23 35 8F 28 22
Octal 64 171 117 71 0 43 65 217 50 42
Binary 110100 1111001 1001111 111001 0 100011 110101 10001111 101000 100010

Color Harmonies of #34794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34794F

Black with #34794F

Text Example


Text Example

White with #34794F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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