Html Css Color HEX #347152 Amazon

📋 copy color: '#347152'

red 52 ◦ green 113 ◦ blue 82

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

Shades of Amazon #347152

Tints of Amazon #347152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

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

R = 21.05%
G = 45.75%
B = 33.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#347152 (or 0x347152) is known color: Amazon. HEX triplet: 34, 71 and 52. RGB value is (52,113,82). Sum of RGB (Red+Green+Blue) = 52+113+82=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #347152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347152 is #CB8EAD. Grayscale: #5B5B5B. Windows color (decimal): -13340334 or 5402932. OLE color: 5402932.

HSL color Cylindrical-coordinate representation of color #347152: hue angle of 149.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347152 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 82 -
CMYK 0.54 0 0.27 0.56
HSL 149.51º 0.37% 0.32% -
HSV(B) 149.51º 0.54% 0.44% -
XYZ 8.84 13.15 10.05 -
YUV 91.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 52 113 82 0.54 0 0.27 0.56 149.51 0.37 0.32
Hex 34 71 52 36 0 1B 38 96 25 20
Octal 64 161 122 66 0 33 70 226 45 40
Binary 110100 1110001 1010010 110110 0 11011 111000 10010110 100101 100000

Color Harmonies of #347152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347152

Black with #347152

Text Example


Text Example

White with #347152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347152; }

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

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

background-color css

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

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

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

border-color css

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

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

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