Html Css Color HEX #347457 Amazon

📋 copy color: '#347457'

red 52 ◦ green 116 ◦ blue 87

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

Shades of Amazon #347457

Tints of Amazon #347457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 20.39%
G = 45.49%
B = 34.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#347457 (or 0x347457) is known color: Amazon. HEX triplet: 34, 74 and 57. RGB value is (52,116,87). Sum of RGB (Red+Green+Blue) = 52+116+87=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #347457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347457 is #CB8BA8. Grayscale: #5D5D5D. Windows color (decimal): -13339561 or 5731380. OLE color: 5731380.

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

Color convert

RGB 52 116 87 -
CMYK 0.55 0 0.25 0.55
HSL 152.81º 0.38% 0.33% -
HSV(B) 152.81º 0.55% 0.45% -
XYZ 9.38 13.91 11.21 -
YUV 93.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 52 116 87 0.55 0 0.25 0.55 152.81 0.38 0.33
Hex 34 74 57 37 0 19 37 99 26 21
Octal 64 164 127 67 0 31 67 231 46 41
Binary 110100 1110100 1010111 110111 0 11001 110111 10011001 100110 100001

Color Harmonies of #347457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347457

Black with #347457

Text Example


Text Example

White with #347457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347457; }

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

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

background-color css

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

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

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

border-color css

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

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

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