Html Css Color HEX #347451 Amazon

📋 copy color: '#347451'

red 52 ◦ green 116 ◦ blue 81

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

Shades of Amazon #347451

Tints of Amazon #347451

RGB

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

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

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

R = 20.88%
G = 46.59%
B = 32.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#347451 (or 0x347451) is known color: Amazon. HEX triplet: 34, 74 and 51. RGB value is (52,116,81). Sum of RGB (Red+Green+Blue) = 52+116+81=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #347451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347451 is #CB8BAE. Grayscale: #5C5C5C. Windows color (decimal): -13339567 or 5338164. OLE color: 5338164.

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

Color convert

RGB 52 116 81 -
CMYK 0.55 0 0.30 0.55
HSL 147.19º 0.38% 0.33% -
HSV(B) 147.19º 0.55% 0.45% -
XYZ 9.15 13.81 9.97 -
YUV 92.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 52 116 81 0.55 0 0.30 0.55 147.19 0.38 0.33
Hex 34 74 51 37 0 1E 37 93 26 21
Octal 64 164 121 67 0 36 67 223 46 41
Binary 110100 1110100 1010001 110111 0 11110 110111 10010011 100110 100001

Color Harmonies of #347451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347451

Black with #347451

Text Example


Text Example

White with #347451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347451; }

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

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

background-color css

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

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

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

border-color css

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

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

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