Html Css Color HEX #34745B Amazon

📋 copy color: '#34745B'

red 52 ◦ green 116 ◦ blue 91

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

Shades of Amazon #34745B

Tints of Amazon #34745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

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

R = 20.08%
G = 44.79%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#34745B (or 0x34745B) is known color: Amazon. HEX triplet: 34, 74 and 5B. RGB value is (52,116,91). Sum of RGB (Red+Green+Blue) = 52+116+91=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #34745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34745B is #CB8BA4. Grayscale: #5E5E5E. Windows color (decimal): -13339557 or 5993524. OLE color: 5993524.

HSL color Cylindrical-coordinate representation of color #34745B: hue angle of 156.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34745B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 91 -
CMYK 0.55 0 0.22 0.55
HSL 156.56º 0.38% 0.33% -
HSV(B) 156.56º 0.55% 0.45% -
XYZ 9.55 13.98 12.09 -
YUV 94.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 52 116 91 0.55 0 0.22 0.55 156.56 0.38 0.33
Hex 34 74 5B 37 0 16 37 9D 26 21
Octal 64 164 133 67 0 26 67 235 46 41
Binary 110100 1110100 1011011 110111 0 10110 110111 10011101 100110 100001

Color Harmonies of #34745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34745B

Black with #34745B

Text Example


Text Example

White with #34745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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