Html Css Color HEX #347253 Amazon

📋 copy color: '#347253'

red 52 ◦ green 114 ◦ blue 83

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

Shades of Amazon #347253

Tints of Amazon #347253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 20.88%
G = 45.78%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#347253 (or 0x347253) is known color: Amazon. HEX triplet: 34, 72 and 53. RGB value is (52,114,83). Sum of RGB (Red+Green+Blue) = 52+114+83=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #347253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347253 is #CB8DAC. Grayscale: #5B5B5B. Windows color (decimal): -13340077 or 5468724. OLE color: 5468724.

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

Color convert

RGB 52 114 83 -
CMYK 0.54 0 0.27 0.55
HSL 150º 0.37% 0.33% -
HSV(B) 150º 0.54% 0.45% -
XYZ 8.99 13.39 10.29 -
YUV 91.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 52 114 83 0.54 0 0.27 0.55 150 0.37 0.33
Hex 34 72 53 36 0 1B 37 96 25 21
Octal 64 162 123 66 0 33 67 226 45 41
Binary 110100 1110010 1010011 110110 0 11011 110111 10010110 100101 100001

Color Harmonies of #347253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347253

Black with #347253

Text Example


Text Example

White with #347253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347253; }

 p { color: rgb(52,114,83); }

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

background-color css

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

 a { background-color: rgb(52,114,83); }

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

border-color css

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

 span { border-color: rgb(52,114,83); }

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