Html Css Color HEX #337544 Amazon

📋 copy color: '#337544'

red 51 ◦ green 117 ◦ blue 68

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

Shades of Amazon #337544

Tints of Amazon #337544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 21.61%
G = 49.58%
B = 28.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#337544 (or 0x337544) is known color: Amazon. HEX triplet: 33, 75 and 44. RGB value is (51,117,68). Sum of RGB (Red+Green+Blue) = 51+117+68=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #337544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337544 is #CC8ABB. Grayscale: #5B5B5B. Windows color (decimal): -13404860 or 4486451. OLE color: 4486451.

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

Color convert

RGB 51 117 68 -
CMYK 0.56 0 0.42 0.54
HSL 135.45º 0.39% 0.33% -
HSV(B) 135.45º 0.56% 0.46% -
XYZ 8.77 13.84 7.68 -
YUV 91.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 51 117 68 0.56 0 0.42 0.54 135.45 0.39 0.33
Hex 33 75 44 38 0 2A 36 87 27 21
Octal 63 165 104 70 0 52 66 207 47 41
Binary 110011 1110101 1000100 111000 0 101010 110110 10000111 100111 100001

Color Harmonies of #337544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337544

Black with #337544

Text Example


Text Example

White with #337544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337544; }

 p { color: rgb(51,117,68); }

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

background-color css

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

 a { background-color: rgb(51,117,68); }

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

border-color css

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

 span { border-color: rgb(51,117,68); }

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