Html Css Color HEX #337852 Amazon

📋 copy color: '#337852'

red 51 ◦ green 120 ◦ blue 82

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

Shades of Amazon #337852

Tints of Amazon #337852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

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

R = 20.16%
G = 47.43%
B = 32.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#337852 (or 0x337852) is known color: Amazon. HEX triplet: 33, 78 and 52. RGB value is (51,120,82). Sum of RGB (Red+Green+Blue) = 51+120+82=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #337852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337852 is #CC87AD. Grayscale: #5F5F5F. Windows color (decimal): -13404078 or 5404723. OLE color: 5404723.

HSL color Cylindrical-coordinate representation of color #337852: hue angle of 146.96º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337852 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 120 82 -
CMYK 0.58 0 0.32 0.53
HSL 146.96º 0.4% 0.34% -
HSV(B) 146.96º 0.58% 0.47% -
XYZ 9.6 14.75 10.32 -
YUV 95.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 51 120 82 0.58 0 0.32 0.53 146.96 0.4 0.34
Hex 33 78 52 3A 0 20 35 93 28 22
Octal 63 170 122 72 0 40 65 223 50 42
Binary 110011 1111000 1010010 111010 0 100000 110101 10010011 101000 100010

Color Harmonies of #337852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337852

Black with #337852

Text Example


Text Example

White with #337852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337852; }

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

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

background-color css

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

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

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

border-color css

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

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

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