Html Css Color HEX #347B5B Amazon

📋 copy color: '#347B5B'

red 52 ◦ green 123 ◦ blue 91

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

Shades of Amazon #347B5B

Tints of Amazon #347B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 19.55%
G = 46.24%
B = 34.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#347B5B (or 0x347B5B) is known color: Amazon. HEX triplet: 34, 7B and 5B. RGB value is (52,123,91). Sum of RGB (Red+Green+Blue) = 52+123+91=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #347B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B5B is #CB84A4. Grayscale: #626262. Windows color (decimal): -13337765 or 5995316. OLE color: 5995316.

HSL color Cylindrical-coordinate representation of color #347B5B: hue angle of 152.96º 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 #347B5B is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 91 -
CMYK 0.58 0 0.26 0.52
HSL 152.96º 0.41% 0.34% -
HSV(B) 152.96º 0.58% 0.48% -
XYZ 10.39 15.65 12.37 -
YUV 98.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 52 123 91 0.58 0 0.26 0.52 152.96 0.41 0.34
Hex 34 7B 5B 3A 0 1A 34 99 29 22
Octal 64 173 133 72 0 32 64 231 51 42
Binary 110100 1111011 1011011 111010 0 11010 110100 10011001 101001 100010

Color Harmonies of #347B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B5B

Black with #347B5B

Text Example


Text Example

White with #347B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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