Html Css Color HEX #337252 Amazon

📋 copy color: '#337252'

red 51 ◦ green 114 ◦ blue 82

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

Shades of Amazon #337252

Tints of Amazon #337252

RGB

 RED value IS 51 (20.31% from 255) = 20.65%

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

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

R = 20.65%
G = 46.15%
B = 33.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#337252 (or 0x337252) is known color: Amazon. HEX triplet: 33, 72 and 52. RGB value is (51,114,82). Sum of RGB (Red+Green+Blue) = 51+114+82=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #337252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337252 is #CC8DAD. Grayscale: #5B5B5B. Windows color (decimal): -13405614 or 5403187. OLE color: 5403187.

HSL color Cylindrical-coordinate representation of color #337252: hue angle of 149.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337252 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 82 -
CMYK 0.55 0 0.28 0.55
HSL 149.52º 0.38% 0.32% -
HSV(B) 149.52º 0.55% 0.45% -
XYZ 8.91 13.35 10.09 -
YUV 91.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 51 114 82 0.55 0 0.28 0.55 149.52 0.38 0.32
Hex 33 72 52 37 0 1C 37 96 26 20
Octal 63 162 122 67 0 34 67 226 46 40
Binary 110011 1110010 1010010 110111 0 11100 110111 10010110 100110 100000

Color Harmonies of #337252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337252

Black with #337252

Text Example


Text Example

White with #337252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337252; }

 p { color: rgb(51,114,82); }

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

background-color css

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

 a { background-color: rgb(51,114,82); }

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

border-color css

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

 span { border-color: rgb(51,114,82); }

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