Html Css Color HEX #337F45 Amazon

📋 copy color: '#337F45'

red 51 ◦ green 127 ◦ blue 69

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

Shades of Amazon #337F45

Tints of Amazon #337F45

RGB

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

 GREEN value IS 127 (50% from 255) = 51.42%

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 20.65%
G = 51.42%
B = 27.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#337F45 (or 0x337F45) is known color: Amazon. HEX triplet: 33, 7F and 45. RGB value is (51,127,69). Sum of RGB (Red+Green+Blue) = 51+127+69=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #337F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F45 is #CC80BA. Grayscale: #616161. Windows color (decimal): -13402299 or 4554547. OLE color: 4554547.

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

Color convert

RGB 51 127 69 -
CMYK 0.60 0 0.46 0.50
HSL 134.21º 0.43% 0.35% -
HSV(B) 134.21º 0.6% 0.5% -
XYZ 10.03 16.31 8.25 -
YUV 97.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 51 127 69 0.60 0 0.46 0.50 134.21 0.43 0.35
Hex 33 7F 45 3C 0 2E 32 86 2B 23
Octal 63 177 105 74 0 56 62 206 53 43
Binary 110011 1111111 1000101 111100 0 101110 110010 10000110 101011 100011

Color Harmonies of #337F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F45

Black with #337F45

Text Example


Text Example

White with #337F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,69); }

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

background-color css

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

 a { background-color: rgb(51,127,69); }

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

border-color css

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

 span { border-color: rgb(51,127,69); }

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