Html Css Color HEX #337144 Amazon

📋 copy color: '#337144'

red 51 ◦ green 113 ◦ blue 68

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

Shades of Amazon #337144

Tints of Amazon #337144

RGB

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

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

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

R = 21.98%
G = 48.71%
B = 29.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#337144 (or 0x337144) is known color: Amazon. HEX triplet: 33, 71 and 44. RGB value is (51,113,68). Sum of RGB (Red+Green+Blue) = 51+113+68=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #337144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337144 is #CC8EBB. Grayscale: #595959. Windows color (decimal): -13405884 or 4485427. OLE color: 4485427.

HSL color Cylindrical-coordinate representation of color #337144: hue angle of 136.45º 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 #337144 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 68 -
CMYK 0.55 0 0.40 0.56
HSL 136.45º 0.38% 0.32% -
HSV(B) 136.45º 0.55% 0.44% -
XYZ 8.31 12.93 7.53 -
YUV 89.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 51 113 68 0.55 0 0.40 0.56 136.45 0.38 0.32
Hex 33 71 44 37 0 28 38 88 26 20
Octal 63 161 104 67 0 50 70 210 46 40
Binary 110011 1110001 1000100 110111 0 101000 111000 10001000 100110 100000

Color Harmonies of #337144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337144

Black with #337144

Text Example


Text Example

White with #337144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337144; }

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

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

background-color css

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

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

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

border-color css

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

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

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