Html Css Color HEX #347553 Amazon

📋 copy color: '#347553'

red 52 ◦ green 117 ◦ blue 83

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

Shades of Amazon #347553

Tints of Amazon #347553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 20.63%
G = 46.43%
B = 32.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#347553 (or 0x347553) is known color: Amazon. HEX triplet: 34, 75 and 53. RGB value is (52,117,83). Sum of RGB (Red+Green+Blue) = 52+117+83=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #347553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347553 is #CB8AAC. Grayscale: #5D5D5D. Windows color (decimal): -13339309 or 5469492. OLE color: 5469492.

HSL color Cylindrical-coordinate representation of color #347553: hue angle of 148.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347553 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 83 -
CMYK 0.56 0 0.29 0.54
HSL 148.62º 0.38% 0.33% -
HSV(B) 148.62º 0.56% 0.46% -
XYZ 9.34 14.08 10.41 -
YUV 93.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 52 117 83 0.56 0 0.29 0.54 148.62 0.38 0.33
Hex 34 75 53 38 0 1D 36 95 26 21
Octal 64 165 123 70 0 35 66 225 46 41
Binary 110100 1110101 1010011 111000 0 11101 110110 10010101 100110 100001

Color Harmonies of #347553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347553

Black with #347553

Text Example


Text Example

White with #347553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347553; }

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

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

background-color css

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

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

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

border-color css

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

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

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