Html Css Color HEX #337E44 Amazon

📋 copy color: '#337E44'

red 51 ◦ green 126 ◦ blue 68

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

Shades of Amazon #337E44

Tints of Amazon #337E44

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.43%

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

R = 20.82%
G = 51.43%
B = 27.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#337E44 (or 0x337E44) is known color: Amazon. HEX triplet: 33, 7E and 44. RGB value is (51,126,68). Sum of RGB (Red+Green+Blue) = 51+126+68=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #337E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E44 is #CC81BB. Grayscale: #616161. Windows color (decimal): -13402556 or 4488755. OLE color: 4488755.

HSL color Cylindrical-coordinate representation of color #337E44: hue angle of 133.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E44 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 68 -
CMYK 0.60 0 0.46 0.51
HSL 133.6º 0.42% 0.35% -
HSV(B) 133.6º 0.6% 0.49% -
XYZ 9.87 16.04 8.05 -
YUV 96.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 51 126 68 0.60 0 0.46 0.51 133.6 0.42 0.35
Hex 33 7E 44 3C 0 2E 33 86 2A 23
Octal 63 176 104 74 0 56 63 206 52 43
Binary 110011 1111110 1000100 111100 0 101110 110011 10000110 101010 100011

Color Harmonies of #337E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E44

Black with #337E44

Text Example


Text Example

White with #337E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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