Html Css Color HEX #337644 Amazon

📋 copy color: '#337644'

red 51 ◦ green 118 ◦ blue 68

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

Shades of Amazon #337644

Tints of Amazon #337644

RGB

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

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

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

R = 21.52%
G = 49.79%
B = 28.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#337644 (or 0x337644) is known color: Amazon. HEX triplet: 33, 76 and 44. RGB value is (51,118,68). Sum of RGB (Red+Green+Blue) = 51+118+68=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #337644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337644 is #CC89BB. Grayscale: #5C5C5C. Windows color (decimal): -13404604 or 4486707. OLE color: 4486707.

HSL color Cylindrical-coordinate representation of color #337644: hue angle of 135.22º 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 #337644 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 68 -
CMYK 0.57 0 0.42 0.54
HSL 135.22º 0.4% 0.33% -
HSV(B) 135.22º 0.57% 0.46% -
XYZ 8.89 14.08 7.72 -
YUV 92.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 51 118 68 0.57 0 0.42 0.54 135.22 0.4 0.33
Hex 33 76 44 39 0 2A 36 87 28 21
Octal 63 166 104 71 0 52 66 207 50 41
Binary 110011 1110110 1000100 111001 0 101010 110110 10000111 101000 100001

Color Harmonies of #337644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337644

Black with #337644

Text Example


Text Example

White with #337644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337644; }

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

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

background-color css

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

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

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

border-color css

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

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

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