Html Css Color HEX #347456 Amazon

📋 copy color: '#347456'

red 52 ◦ green 116 ◦ blue 86

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

Shades of Amazon #347456

Tints of Amazon #347456

RGB

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

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

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

R = 20.47%
G = 45.67%
B = 33.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#347456 (or 0x347456) is known color: Amazon. HEX triplet: 34, 74 and 56. RGB value is (52,116,86). Sum of RGB (Red+Green+Blue) = 52+116+86=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #347456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347456 is #CB8BA9. Grayscale: #5D5D5D. Windows color (decimal): -13339562 or 5665844. OLE color: 5665844.

HSL color Cylindrical-coordinate representation of color #347456: hue angle of 151.88º 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 #347456 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 86 -
CMYK 0.55 0 0.26 0.55
HSL 151.88º 0.38% 0.33% -
HSV(B) 151.88º 0.55% 0.45% -
XYZ 9.34 13.89 10.99 -
YUV 93.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 52 116 86 0.55 0 0.26 0.55 151.88 0.38 0.33
Hex 34 74 56 37 0 1A 37 98 26 21
Octal 64 164 126 67 0 32 67 230 46 41
Binary 110100 1110100 1010110 110111 0 11010 110111 10011000 100110 100001

Color Harmonies of #347456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347456

Black with #347456

Text Example


Text Example

White with #347456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347456; }

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

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

background-color css

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

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

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

border-color css

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

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

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