Html Css Color HEX #346C51 Amazon

📋 copy color: '#346C51'

red 52 ◦ green 108 ◦ blue 81

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

Shades of Amazon #346C51

Tints of Amazon #346C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

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

R = 21.58%
G = 44.81%
B = 33.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#346C51 (or 0x346C51) is known color: Amazon. HEX triplet: 34, 6C and 51. RGB value is (52,108,81). Sum of RGB (Red+Green+Blue) = 52+108+81=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #346C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C51 is #CB93AE. Grayscale: #585858. Windows color (decimal): -13341615 or 5336116. OLE color: 5336116.

HSL color Cylindrical-coordinate representation of color #346C51: hue angle of 151.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C51 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 108 81 -
CMYK 0.52 0 0.25 0.58
HSL 151.07º 0.35% 0.31% -
HSV(B) 151.07º 0.52% 0.42% -
XYZ 8.26 12.05 9.67 -
YUV 88.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 52 108 81 0.52 0 0.25 0.58 151.07 0.35 0.31
Hex 34 6C 51 34 0 19 3A 97 23 1F
Octal 64 154 121 64 0 31 72 227 43 37
Binary 110100 1101100 1010001 110100 0 11001 111010 10010111 100011 11111

Color Harmonies of #346C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C51

Black with #346C51

Text Example


Text Example

White with #346C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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