Html Css Color HEX #346F4B Amazon

📋 copy color: '#346F4B'

red 52 ◦ green 111 ◦ blue 75

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

Shades of Amazon #346F4B

Tints of Amazon #346F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 21.85%
G = 46.64%
B = 31.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#346F4B (or 0x346F4B) is known color: Amazon. HEX triplet: 34, 6F and 4B. RGB value is (52,111,75). Sum of RGB (Red+Green+Blue) = 52+111+75=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #346F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F4B is #CB90B4. Grayscale: #595959. Windows color (decimal): -13340853 or 4943668. OLE color: 4943668.

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

Color convert

RGB 52 111 75 -
CMYK 0.53 0 0.32 0.56
HSL 143.39º 0.36% 0.32% -
HSV(B) 143.39º 0.53% 0.44% -
XYZ 8.37 12.61 8.65 -
YUV 89.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 52 111 75 0.53 0 0.32 0.56 143.39 0.36 0.32
Hex 34 6F 4B 35 0 20 38 8F 24 20
Octal 64 157 113 65 0 40 70 217 44 40
Binary 110100 1101111 1001011 110101 0 100000 111000 10001111 100100 100000

Color Harmonies of #346F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F4B

Black with #346F4B

Text Example


Text Example

White with #346F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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