Html Css Color HEX #34745C Amazon

📋 copy color: '#34745C'

red 52 ◦ green 116 ◦ blue 92

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

Shades of Amazon #34745C

Tints of Amazon #34745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 20%
G = 44.62%
B = 35.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#34745C (or 0x34745C) is known color: Amazon. HEX triplet: 34, 74 and 5C. RGB value is (52,116,92). Sum of RGB (Red+Green+Blue) = 52+116+92=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #34745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34745C is #CB8BA3. Grayscale: #5E5E5E. Windows color (decimal): -13339556 or 6059060. OLE color: 6059060.

HSL color Cylindrical-coordinate representation of color #34745C: hue angle of 157.5º 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 #34745C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 92 -
CMYK 0.55 0 0.21 0.55
HSL 157.5º 0.38% 0.33% -
HSV(B) 157.5º 0.55% 0.45% -
XYZ 9.59 13.99 12.32 -
YUV 94.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 52 116 92 0.55 0 0.21 0.55 157.5 0.38 0.33
Hex 34 74 5C 37 0 15 37 9E 26 21
Octal 64 164 134 67 0 25 67 236 46 41
Binary 110100 1110100 1011100 110111 0 10101 110111 10011110 100110 100001

Color Harmonies of #34745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34745C

Black with #34745C

Text Example


Text Example

White with #34745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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