Html Css Color HEX #337148 Amazon

📋 copy color: '#337148'

red 51 ◦ green 113 ◦ blue 72

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

Shades of Amazon #337148

Tints of Amazon #337148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 21.61%
G = 47.88%
B = 30.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#337148 (or 0x337148) is known color: Amazon. HEX triplet: 33, 71 and 48. RGB value is (51,113,72). Sum of RGB (Red+Green+Blue) = 51+113+72=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #337148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337148 is #CC8EB7. Grayscale: #595959. Windows color (decimal): -13405880 or 4747571. OLE color: 4747571.

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

Color convert

RGB 51 113 72 -
CMYK 0.55 0 0.36 0.56
HSL 140.32º 0.38% 0.32% -
HSV(B) 140.32º 0.55% 0.44% -
XYZ 8.44 12.98 8.19 -
YUV 89.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 51 113 72 0.55 0 0.36 0.56 140.32 0.38 0.32
Hex 33 71 48 37 0 24 38 8C 26 20
Octal 63 161 110 67 0 44 70 214 46 40
Binary 110011 1110001 1001000 110111 0 100100 111000 10001100 100110 100000

Color Harmonies of #337148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337148

Black with #337148

Text Example


Text Example

White with #337148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337148; }

 p { color: rgb(51,113,72); }

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

background-color css

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

 a { background-color: rgb(51,113,72); }

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

border-color css

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

 span { border-color: rgb(51,113,72); }

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