Html Css Color HEX #337952 Amazon

📋 copy color: '#337952'

red 51 ◦ green 121 ◦ blue 82

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

Shades of Amazon #337952

Tints of Amazon #337952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 20.08%
G = 47.64%
B = 32.28%

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

#337952 (or 0x337952) is known color: Amazon. HEX triplet: 33, 79 and 52. RGB value is (51,121,82). Sum of RGB (Red+Green+Blue) = 51+121+82=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #337952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337952 is #CC86AD. Grayscale: #5F5F5F. Windows color (decimal): -13403822 or 5404979. OLE color: 5404979.

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

Color convert

RGB 51 121 82 -
CMYK 0.58 0 0.32 0.53
HSL 146.57º 0.41% 0.34% -
HSV(B) 146.57º 0.58% 0.47% -
XYZ 9.73 14.99 10.36 -
YUV 95.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 51 121 82 0.58 0 0.32 0.53 146.57 0.41 0.34
Hex 33 79 52 3A 0 20 35 93 29 22
Octal 63 171 122 72 0 40 65 223 51 42
Binary 110011 1111001 1010010 111010 0 100000 110101 10010011 101001 100010

Color Harmonies of #337952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337952

Black with #337952

Text Example


Text Example

White with #337952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337952; }

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

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

background-color css

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

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

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

border-color css

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

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

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