Html Css Color HEX #347157 Amazon

📋 copy color: '#347157'

red 52 ◦ green 113 ◦ blue 87

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

Shades of Amazon #347157

Tints of Amazon #347157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 20.63%
G = 44.84%
B = 34.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#347157 (or 0x347157) is known color: Amazon. HEX triplet: 34, 71 and 57. RGB value is (52,113,87). Sum of RGB (Red+Green+Blue) = 52+113+87=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #347157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347157 is #CB8EA8. Grayscale: #5B5B5B. Windows color (decimal): -13340329 or 5730612. OLE color: 5730612.

HSL color Cylindrical-coordinate representation of color #347157: hue angle of 154.43º 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 #347157 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 87 -
CMYK 0.54 0 0.23 0.56
HSL 154.43º 0.37% 0.32% -
HSV(B) 154.43º 0.54% 0.44% -
XYZ 9.04 13.23 11.09 -
YUV 91.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 52 113 87 0.54 0 0.23 0.56 154.43 0.37 0.32
Hex 34 71 57 36 0 17 38 9A 25 20
Octal 64 161 127 66 0 27 70 232 45 40
Binary 110100 1110001 1010111 110110 0 10111 111000 10011010 100101 100000

Color Harmonies of #347157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347157

Black with #347157

Text Example


Text Example

White with #347157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347157; }

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

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

background-color css

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

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

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

border-color css

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

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

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