Html Css Color HEX #337648 Amazon

📋 copy color: '#337648'

red 51 ◦ green 118 ◦ blue 72

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

Shades of Amazon #337648

Tints of Amazon #337648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 21.16%
G = 48.96%
B = 29.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#337648 (or 0x337648) is known color: Amazon. HEX triplet: 33, 76 and 48. RGB value is (51,118,72). Sum of RGB (Red+Green+Blue) = 51+118+72=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #337648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337648 is #CC89B7. Grayscale: #5C5C5C. Windows color (decimal): -13404600 or 4748851. OLE color: 4748851.

HSL color Cylindrical-coordinate representation of color #337648: hue angle of 138.81º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337648 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 72 -
CMYK 0.57 0 0.39 0.54
HSL 138.81º 0.4% 0.33% -
HSV(B) 138.81º 0.57% 0.46% -
XYZ 9.01 14.13 8.38 -
YUV 92.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 51 118 72 0.57 0 0.39 0.54 138.81 0.4 0.33
Hex 33 76 48 39 0 27 36 8B 28 21
Octal 63 166 110 71 0 47 66 213 50 41
Binary 110011 1110110 1001000 111001 0 100111 110110 10001011 101000 100001

Color Harmonies of #337648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337648

Black with #337648

Text Example


Text Example

White with #337648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337648; }

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

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

background-color css

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

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

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

border-color css

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

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

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