Html Css Color HEX #34795B Amazon

📋 copy color: '#34795B'

red 52 ◦ green 121 ◦ blue 91

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

Shades of Amazon #34795B

Tints of Amazon #34795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 19.7%
G = 45.83%
B = 34.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#34795B (or 0x34795B) is known color: Amazon. HEX triplet: 34, 79 and 5B. RGB value is (52,121,91). Sum of RGB (Red+Green+Blue) = 52+121+91=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #34795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34795B is #CB86A4. Grayscale: #616161. Windows color (decimal): -13338277 or 5994804. OLE color: 5994804.

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

Color convert

RGB 52 121 91 -
CMYK 0.57 0 0.25 0.53
HSL 153.91º 0.4% 0.34% -
HSV(B) 153.91º 0.57% 0.47% -
XYZ 10.14 15.16 12.29 -
YUV 96.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 52 121 91 0.57 0 0.25 0.53 153.91 0.4 0.34
Hex 34 79 5B 39 0 19 35 9A 28 22
Octal 64 171 133 71 0 31 65 232 50 42
Binary 110100 1111001 1011011 111001 0 11001 110101 10011010 101000 100010

Color Harmonies of #34795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34795B

Black with #34795B

Text Example


Text Example

White with #34795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34795B; }

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

 H1.HeaderClassName
 {
   color: #34795B;
 }
 .AnyTagClassName
 {
   color: #34795B;
 }
</style>

background-color css

<style>
 a { background-color: #34795B; }

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

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

border-color css

<style>
 span { border-color: #34795B; }

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

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