Html Css Color HEX #347257 Amazon

📋 copy color: '#347257'

red 52 ◦ green 114 ◦ blue 87

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

Shades of Amazon #347257

Tints of Amazon #347257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 20.55%
G = 45.06%
B = 34.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#347257 (or 0x347257) is known color: Amazon. HEX triplet: 34, 72 and 57. RGB value is (52,114,87). Sum of RGB (Red+Green+Blue) = 52+114+87=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #347257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347257 is #CB8DA8. Grayscale: #5C5C5C. Windows color (decimal): -13340073 or 5730868. OLE color: 5730868.

HSL color Cylindrical-coordinate representation of color #347257: hue angle of 153.87º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347257 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 87 -
CMYK 0.54 0 0.24 0.55
HSL 153.87º 0.37% 0.33% -
HSV(B) 153.87º 0.54% 0.45% -
XYZ 9.15 13.45 11.13 -
YUV 92.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 52 114 87 0.54 0 0.24 0.55 153.87 0.37 0.33
Hex 34 72 57 36 0 18 37 9A 25 21
Octal 64 162 127 66 0 30 67 232 45 41
Binary 110100 1110010 1010111 110110 0 11000 110111 10011010 100101 100001

Color Harmonies of #347257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347257

Black with #347257

Text Example


Text Example

White with #347257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347257; }

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

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

background-color css

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

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

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

border-color css

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

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

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