Html Css Color HEX #337351 Amazon

📋 copy color: '#337351'

red 51 ◦ green 115 ◦ blue 81

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

Shades of Amazon #337351

Tints of Amazon #337351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 20.65%
G = 46.56%
B = 32.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#337351 (or 0x337351) is known color: Amazon. HEX triplet: 33, 73 and 51. RGB value is (51,115,81). Sum of RGB (Red+Green+Blue) = 51+115+81=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #337351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337351 is #CC8CAE. Grayscale: #5C5C5C. Windows color (decimal): -13405359 or 5337907. OLE color: 5337907.

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

Color convert

RGB 51 115 81 -
CMYK 0.56 0 0.30 0.55
HSL 148.13º 0.39% 0.33% -
HSV(B) 148.13º 0.56% 0.45% -
XYZ 8.98 13.56 9.93 -
YUV 91.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 51 115 81 0.56 0 0.30 0.55 148.13 0.39 0.33
Hex 33 73 51 38 0 1E 37 94 27 21
Octal 63 163 121 70 0 36 67 224 47 41
Binary 110011 1110011 1010001 111000 0 11110 110111 10010100 100111 100001

Color Harmonies of #337351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337351

Black with #337351

Text Example


Text Example

White with #337351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337351; }

 p { color: rgb(51,115,81); }

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

background-color css

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

 a { background-color: rgb(51,115,81); }

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

border-color css

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

 span { border-color: rgb(51,115,81); }

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