Html Css Color HEX #347051 Amazon

📋 copy color: '#347051'

red 52 ◦ green 112 ◦ blue 81

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

Shades of Amazon #347051

Tints of Amazon #347051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 21.22%
G = 45.71%
B = 33.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#347051 (or 0x347051) is known color: Amazon. HEX triplet: 34, 70 and 51. RGB value is (52,112,81). Sum of RGB (Red+Green+Blue) = 52+112+81=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #347051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347051 is #CB8FAE. Grayscale: #5A5A5A. Windows color (decimal): -13340591 or 5337140. OLE color: 5337140.

HSL color Cylindrical-coordinate representation of color #347051: hue angle of 149º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347051 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 81 -
CMYK 0.54 0 0.28 0.56
HSL 149º 0.37% 0.32% -
HSV(B) 149º 0.54% 0.44% -
XYZ 8.7 12.91 9.82 -
YUV 90.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 52 112 81 0.54 0 0.28 0.56 149 0.37 0.32
Hex 34 70 51 36 0 1C 38 95 25 20
Octal 64 160 121 66 0 34 70 225 45 40
Binary 110100 1110000 1010001 110110 0 11100 111000 10010101 100101 100000

Color Harmonies of #347051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347051

Black with #347051

Text Example


Text Example

White with #347051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347051; }

 p { color: rgb(52,112,81); }

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

background-color css

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

 a { background-color: rgb(52,112,81); }

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

border-color css

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

 span { border-color: rgb(52,112,81); }

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