Html Css Color HEX #347F54 Amazon

📋 copy color: '#347F54'

red 52 ◦ green 127 ◦ blue 84

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

Shades of Amazon #347F54

Tints of Amazon #347F54

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 19.77%
G = 48.29%
B = 31.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#347F54 (or 0x347F54) is known color: Amazon. HEX triplet: 34, 7F and 54. RGB value is (52,127,84). Sum of RGB (Red+Green+Blue) = 52+127+84=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #347F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F54 is #CB80AB. Grayscale: #636363. Windows color (decimal): -13336748 or 5537588. OLE color: 5537588.

HSL color Cylindrical-coordinate representation of color #347F54: hue angle of 145.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F54 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 84 -
CMYK 0.59 0 0.34 0.50
HSL 145.6º 0.42% 0.35% -
HSV(B) 145.6º 0.59% 0.5% -
XYZ 10.61 16.55 11.02 -
YUV 99.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 52 127 84 0.59 0 0.34 0.50 145.6 0.42 0.35
Hex 34 7F 54 3B 0 22 32 92 2A 23
Octal 64 177 124 73 0 42 62 222 52 43
Binary 110100 1111111 1010100 111011 0 100010 110010 10010010 101010 100011

Color Harmonies of #347F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F54

Black with #347F54

Text Example


Text Example

White with #347F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,84); }

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

background-color css

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

 a { background-color: rgb(52,127,84); }

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

border-color css

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

 span { border-color: rgb(52,127,84); }

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