Html Css Color HEX #347053 Amazon

📋 copy color: '#347053'

red 52 ◦ green 112 ◦ blue 83

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

Shades of Amazon #347053

Tints of Amazon #347053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 21.05%
G = 45.34%
B = 33.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#347053 (or 0x347053) is known color: Amazon. HEX triplet: 34, 70 and 53. RGB value is (52,112,83). Sum of RGB (Red+Green+Blue) = 52+112+83=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #347053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347053 is #CB8FAC. Grayscale: #5A5A5A. Windows color (decimal): -13340589 or 5468212. OLE color: 5468212.

HSL color Cylindrical-coordinate representation of color #347053: hue angle of 151º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347053 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 83 -
CMYK 0.54 0 0.26 0.56
HSL 151º 0.37% 0.32% -
HSV(B) 151º 0.54% 0.44% -
XYZ 8.77 12.94 10.22 -
YUV 90.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 52 112 83 0.54 0 0.26 0.56 151 0.37 0.32
Hex 34 70 53 36 0 1A 38 97 25 20
Octal 64 160 123 66 0 32 70 227 45 40
Binary 110100 1110000 1010011 110110 0 11010 111000 10010111 100101 100000

Color Harmonies of #347053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347053

Black with #347053

Text Example


Text Example

White with #347053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347053; }

 p { color: rgb(52,112,83); }

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

background-color css

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

 a { background-color: rgb(52,112,83); }

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

border-color css

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

 span { border-color: rgb(52,112,83); }

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