Html Css Color HEX #347B57 Amazon

📋 copy color: '#347B57'

red 52 ◦ green 123 ◦ blue 87

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

Shades of Amazon #347B57

Tints of Amazon #347B57

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.95%

 BLUE value IS 87 (34.38% from 255) = 33.21%

R = 19.85%
G = 46.95%
B = 33.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#347B57 (or 0x347B57) is known color: Amazon. HEX triplet: 34, 7B and 57. RGB value is (52,123,87). Sum of RGB (Red+Green+Blue) = 52+123+87=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #347B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B57 is #CB84A8. Grayscale: #616161. Windows color (decimal): -13337769 or 5733172. OLE color: 5733172.

HSL color Cylindrical-coordinate representation of color #347B57: hue angle of 149.58º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B57 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 87 -
CMYK 0.58 0 0.29 0.52
HSL 149.58º 0.41% 0.34% -
HSV(B) 149.58º 0.58% 0.48% -
XYZ 10.22 15.58 11.49 -
YUV 97.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 52 123 87 0.58 0 0.29 0.52 149.58 0.41 0.34
Hex 34 7B 57 3A 0 1D 34 96 29 22
Octal 64 173 127 72 0 35 64 226 51 42
Binary 110100 1111011 1010111 111010 0 11101 110100 10010110 101001 100010

Color Harmonies of #347B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B57

Black with #347B57

Text Example


Text Example

White with #347B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B57; }

 p { color: rgb(52,123,87); }

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

background-color css

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

 a { background-color: rgb(52,123,87); }

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

border-color css

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

 span { border-color: rgb(52,123,87); }

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