Html Css Color HEX #346F55 Amazon

📋 copy color: '#346F55'

red 52 ◦ green 111 ◦ blue 85

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

Shades of Amazon #346F55

Tints of Amazon #346F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 20.97%
G = 44.76%
B = 34.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#346F55 (or 0x346F55) is known color: Amazon. HEX triplet: 34, 6F and 55. RGB value is (52,111,85). Sum of RGB (Red+Green+Blue) = 52+111+85=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #346F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F55 is #CB90AA. Grayscale: #5A5A5A. Windows color (decimal): -13340843 or 5599028. OLE color: 5599028.

HSL color Cylindrical-coordinate representation of color #346F55: hue angle of 153.56º 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 #346F55 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 85 -
CMYK 0.53 0 0.23 0.56
HSL 153.56º 0.36% 0.32% -
HSV(B) 153.56º 0.53% 0.44% -
XYZ 8.74 12.75 10.6 -
YUV 90.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 52 111 85 0.53 0 0.23 0.56 153.56 0.36 0.32
Hex 34 6F 55 35 0 17 38 9A 24 20
Octal 64 157 125 65 0 27 70 232 44 40
Binary 110100 1101111 1010101 110101 0 10111 111000 10011010 100100 100000

Color Harmonies of #346F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F55

Black with #346F55

Text Example


Text Example

White with #346F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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