Html Css Color HEX #347E5E Amazon

📋 copy color: '#347E5E'

red 52 ◦ green 126 ◦ blue 94

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

Shades of Amazon #347E5E

Tints of Amazon #347E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.32%

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

R = 19.12%
G = 46.32%
B = 34.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#347E5E (or 0x347E5E) is known color: Amazon. HEX triplet: 34, 7E and 5E. RGB value is (52,126,94). Sum of RGB (Red+Green+Blue) = 52+126+94=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #347E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E5E is #CB81A1. Grayscale: #646464. Windows color (decimal): -13336994 or 6192692. OLE color: 6192692.

HSL color Cylindrical-coordinate representation of color #347E5E: hue angle of 154.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E5E is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 94 -
CMYK 0.59 0 0.25 0.51
HSL 154.05º 0.42% 0.35% -
HSV(B) 154.05º 0.59% 0.49% -
XYZ 10.9 16.46 13.19 -
YUV 100.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 52 126 94 0.59 0 0.25 0.51 154.05 0.42 0.35
Hex 34 7E 5E 3B 0 19 33 9A 2A 23
Octal 64 176 136 73 0 31 63 232 52 43
Binary 110100 1111110 1011110 111011 0 11001 110011 10011010 101010 100011

Color Harmonies of #347E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E5E

Black with #347E5E

Text Example


Text Example

White with #347E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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