Html Css Color HEX #347B5E Amazon

📋 copy color: '#347B5E'

red 52 ◦ green 123 ◦ blue 94

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

Shades of Amazon #347B5E

Tints of Amazon #347B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.72%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 19.33%
G = 45.72%
B = 34.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#347B5E (or 0x347B5E) is known color: Amazon. HEX triplet: 34, 7B and 5E. RGB value is (52,123,94). Sum of RGB (Red+Green+Blue) = 52+123+94=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #347B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B5E is #CB84A1. Grayscale: #626262. Windows color (decimal): -13337762 or 6191924. OLE color: 6191924.

HSL color Cylindrical-coordinate representation of color #347B5E: hue angle of 155.49º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B5E is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 94 -
CMYK 0.58 0 0.24 0.52
HSL 155.49º 0.41% 0.34% -
HSV(B) 155.49º 0.58% 0.48% -
XYZ 10.52 15.7 13.07 -
YUV 98.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 52 123 94 0.58 0 0.24 0.52 155.49 0.41 0.34
Hex 34 7B 5E 3A 0 18 34 9B 29 22
Octal 64 173 136 72 0 30 64 233 51 42
Binary 110100 1111011 1011110 111010 0 11000 110100 10011011 101001 100010

Color Harmonies of #347B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B5E

Black with #347B5E

Text Example


Text Example

White with #347B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B5E; }

 p { color: rgb(52,123,94); }

 H1.HeaderClassName
 {
   color: #347B5E;
 }
 .AnyTagClassName
 {
   color: #347B5E;
 }
</style>

background-color css

<style>
 a { background-color: #347B5E; }

 a { background-color: rgb(52,123,94); }

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

border-color css

<style>
 span { border-color: #347B5E; }

 span { border-color: rgb(52,123,94); }

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