Html Css Color HEX #347F58 Amazon

📋 copy color: '#347F58'

red 52 ◦ green 127 ◦ blue 88

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

Shades of Amazon #347F58

Tints of Amazon #347F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 19.48%
G = 47.57%
B = 32.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#347F58 (or 0x347F58) is known color: Amazon. HEX triplet: 34, 7F and 58. RGB value is (52,127,88). Sum of RGB (Red+Green+Blue) = 52+127+88=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #347F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F58 is #CB80A7. Grayscale: #646464. Windows color (decimal): -13336744 or 5799732. OLE color: 5799732.

HSL color Cylindrical-coordinate representation of color #347F58: hue angle of 148.8º 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 #347F58 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 88 -
CMYK 0.59 0 0.31 0.50
HSL 148.8º 0.42% 0.35% -
HSV(B) 148.8º 0.59% 0.5% -
XYZ 10.77 16.61 11.87 -
YUV 100.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 52 127 88 0.59 0 0.31 0.50 148.8 0.42 0.35
Hex 34 7F 58 3B 0 1F 32 95 2A 23
Octal 64 177 130 73 0 37 62 225 52 43
Binary 110100 1111111 1011000 111011 0 11111 110010 10010101 101010 100011

Color Harmonies of #347F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F58

Black with #347F58

Text Example


Text Example

White with #347F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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