Html Css Color HEX #347759 Amazon

📋 copy color: '#347759'

red 52 ◦ green 119 ◦ blue 89

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

Shades of Amazon #347759

Tints of Amazon #347759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.77%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 20%
G = 45.77%
B = 34.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#347759 (or 0x347759) is known color: Amazon. HEX triplet: 34, 77 and 59. RGB value is (52,119,89). Sum of RGB (Red+Green+Blue) = 52+119+89=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #347759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347759 is #CB88A6. Grayscale: #5F5F5F. Windows color (decimal): -13338791 or 5863220. OLE color: 5863220.

HSL color Cylindrical-coordinate representation of color #347759: hue angle of 153.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347759 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 89 -
CMYK 0.56 0 0.25 0.53
HSL 153.13º 0.39% 0.34% -
HSV(B) 153.13º 0.56% 0.47% -
XYZ 9.82 14.64 11.76 -
YUV 95.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 52 119 89 0.56 0 0.25 0.53 153.13 0.39 0.34
Hex 34 77 59 38 0 19 35 99 27 22
Octal 64 167 131 70 0 31 65 231 47 42
Binary 110100 1110111 1011001 111000 0 11001 110101 10011001 100111 100010

Color Harmonies of #347759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347759

Black with #347759

Text Example


Text Example

White with #347759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347759; }

 p { color: rgb(52,119,89); }

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

background-color css

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

 a { background-color: rgb(52,119,89); }

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

border-color css

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

 span { border-color: rgb(52,119,89); }

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