Html Css Color HEX #346F48 Amazon

📋 copy color: '#346F48'

red 52 ◦ green 111 ◦ blue 72

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

Shades of Amazon #346F48

Tints of Amazon #346F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 22.13%
G = 47.23%
B = 30.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#346F48 (or 0x346F48) is known color: Amazon. HEX triplet: 34, 6F and 48. RGB value is (52,111,72). Sum of RGB (Red+Green+Blue) = 52+111+72=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #346F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F48 is #CB90B7. Grayscale: #595959. Windows color (decimal): -13340856 or 4747060. OLE color: 4747060.

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

Color convert

RGB 52 111 72 -
CMYK 0.53 0 0.35 0.56
HSL 140.34º 0.36% 0.32% -
HSV(B) 140.34º 0.53% 0.44% -
XYZ 8.27 12.57 8.12 -
YUV 88.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 52 111 72 0.53 0 0.35 0.56 140.34 0.36 0.32
Hex 34 6F 48 35 0 23 38 8C 24 20
Octal 64 157 110 65 0 43 70 214 44 40
Binary 110100 1101111 1001000 110101 0 100011 111000 10001100 100100 100000

Color Harmonies of #346F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F48

Black with #346F48

Text Example


Text Example

White with #346F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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