Html Css Color HEX #337355 Amazon

📋 copy color: '#337355'

red 51 ◦ green 115 ◦ blue 85

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

Shades of Amazon #337355

Tints of Amazon #337355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 20.32%
G = 45.82%
B = 33.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#337355 (or 0x337355) is known color: Amazon. HEX triplet: 33, 73 and 55. RGB value is (51,115,85). Sum of RGB (Red+Green+Blue) = 51+115+85=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #337355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337355 is #CC8CAA. Grayscale: #5C5C5C. Windows color (decimal): -13405355 or 5600051. OLE color: 5600051.

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

Color convert

RGB 51 115 85 -
CMYK 0.56 0 0.26 0.55
HSL 151.88º 0.39% 0.33% -
HSV(B) 151.88º 0.56% 0.45% -
XYZ 9.14 13.62 10.74 -
YUV 92.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 51 115 85 0.56 0 0.26 0.55 151.88 0.39 0.33
Hex 33 73 55 38 0 1A 37 98 27 21
Octal 63 163 125 70 0 32 67 230 47 41
Binary 110011 1110011 1010101 111000 0 11010 110111 10011000 100111 100001

Color Harmonies of #337355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337355

Black with #337355

Text Example


Text Example

White with #337355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337355; }

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

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

background-color css

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

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

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

border-color css

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

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

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