Html Css Color HEX #346F52 Amazon

📋 copy color: '#346F52'

red 52 ◦ green 111 ◦ blue 82

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

Shades of Amazon #346F52

Tints of Amazon #346F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 21.22%
G = 45.31%
B = 33.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#346F52 (or 0x346F52) is known color: Amazon. HEX triplet: 34, 6F and 52. RGB value is (52,111,82). Sum of RGB (Red+Green+Blue) = 52+111+82=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #346F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F52 is #CB90AD. Grayscale: #5A5A5A. Windows color (decimal): -13340846 or 5402420. OLE color: 5402420.

HSL color Cylindrical-coordinate representation of color #346F52: hue angle of 150.51º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F52 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 82 -
CMYK 0.53 0 0.26 0.56
HSL 150.51º 0.36% 0.32% -
HSV(B) 150.51º 0.53% 0.44% -
XYZ 8.62 12.71 9.98 -
YUV 90.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 52 111 82 0.53 0 0.26 0.56 150.51 0.36 0.32
Hex 34 6F 52 35 0 1A 38 97 24 20
Octal 64 157 122 65 0 32 70 227 44 40
Binary 110100 1101111 1010010 110101 0 11010 111000 10010111 100100 100000

Color Harmonies of #346F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F52

Black with #346F52

Text Example


Text Example

White with #346F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,111,82); }

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

background-color css

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

 a { background-color: rgb(52,111,82); }

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

border-color css

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

 span { border-color: rgb(52,111,82); }

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