Html Css Color HEX #347A52 Amazon

📋 copy color: '#347A52'

red 52 ◦ green 122 ◦ blue 82

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

Shades of Amazon #347A52

Tints of Amazon #347A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 20.31%
G = 47.66%
B = 32.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#347A52 (or 0x347A52) is known color: Amazon. HEX triplet: 34, 7A and 52. RGB value is (52,122,82). Sum of RGB (Red+Green+Blue) = 52+122+82=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #347A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A52 is #CB85AD. Grayscale: #606060. Windows color (decimal): -13338030 or 5405236. OLE color: 5405236.

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

Color convert

RGB 52 122 82 -
CMYK 0.57 0 0.33 0.52
HSL 145.71º 0.4% 0.34% -
HSV(B) 145.71º 0.57% 0.48% -
XYZ 9.9 15.26 10.41 -
YUV 96.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 52 122 82 0.57 0 0.33 0.52 145.71 0.4 0.34
Hex 34 7A 52 39 0 21 34 92 28 22
Octal 64 172 122 71 0 41 64 222 50 42
Binary 110100 1111010 1010010 111001 0 100001 110100 10010010 101000 100010

Color Harmonies of #347A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A52

Black with #347A52

Text Example


Text Example

White with #347A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,82); }

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

background-color css

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

 a { background-color: rgb(52,122,82); }

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

border-color css

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

 span { border-color: rgb(52,122,82); }

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