Html Css Color HEX #347556 Amazon

📋 copy color: '#347556'

red 52 ◦ green 117 ◦ blue 86

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

Shades of Amazon #347556

Tints of Amazon #347556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 20.39%
G = 45.88%
B = 33.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#347556 (or 0x347556) is known color: Amazon. HEX triplet: 34, 75 and 56. RGB value is (52,117,86). Sum of RGB (Red+Green+Blue) = 52+117+86=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #347556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347556 is #CB8AA9. Grayscale: #5E5E5E. Windows color (decimal): -13339306 or 5666100. OLE color: 5666100.

HSL color Cylindrical-coordinate representation of color #347556: hue angle of 151.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347556 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 86 -
CMYK 0.56 0 0.26 0.54
HSL 151.38º 0.38% 0.33% -
HSV(B) 151.38º 0.56% 0.46% -
XYZ 9.46 14.12 11.03 -
YUV 94.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 52 117 86 0.56 0 0.26 0.54 151.38 0.38 0.33
Hex 34 75 56 38 0 1A 36 97 26 21
Octal 64 165 126 70 0 32 66 227 46 41
Binary 110100 1110101 1010110 111000 0 11010 110110 10010111 100110 100001

Color Harmonies of #347556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347556

Black with #347556

Text Example


Text Example

White with #347556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347556; }

 p { color: rgb(52,117,86); }

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

background-color css

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

 a { background-color: rgb(52,117,86); }

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

border-color css

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

 span { border-color: rgb(52,117,86); }

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