Html Css Color HEX #347256 Amazon

📋 copy color: '#347256'

red 52 ◦ green 114 ◦ blue 86

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

Shades of Amazon #347256

Tints of Amazon #347256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 20.63%
G = 45.24%
B = 34.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#347256 (or 0x347256) is known color: Amazon. HEX triplet: 34, 72 and 56. RGB value is (52,114,86). Sum of RGB (Red+Green+Blue) = 52+114+86=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #347256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347256 is #CB8DA9. Grayscale: #5C5C5C. Windows color (decimal): -13340074 or 5665332. OLE color: 5665332.

HSL color Cylindrical-coordinate representation of color #347256: hue angle of 152.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347256 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 86 -
CMYK 0.54 0 0.25 0.55
HSL 152.9º 0.37% 0.33% -
HSV(B) 152.9º 0.54% 0.45% -
XYZ 9.11 13.44 10.92 -
YUV 92.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 52 114 86 0.54 0 0.25 0.55 152.9 0.37 0.33
Hex 34 72 56 36 0 19 37 99 25 21
Octal 64 162 126 66 0 31 67 231 45 41
Binary 110100 1110010 1010110 110110 0 11001 110111 10011001 100101 100001

Color Harmonies of #347256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347256

Black with #347256

Text Example


Text Example

White with #347256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347256; }

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

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

background-color css

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

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

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

border-color css

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

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

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