Html Css Color HEX #337255 Amazon

📋 copy color: '#337255'

red 51 ◦ green 114 ◦ blue 85

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

Shades of Amazon #337255

Tints of Amazon #337255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 20.4%
G = 45.6%
B = 34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#337255 (or 0x337255) is known color: Amazon. HEX triplet: 33, 72 and 55. RGB value is (51,114,85). Sum of RGB (Red+Green+Blue) = 51+114+85=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #337255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337255 is #CC8DAA. Grayscale: #5B5B5B. Windows color (decimal): -13405611 or 5599795. OLE color: 5599795.

HSL color Cylindrical-coordinate representation of color #337255: hue angle of 152.38º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337255 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 85 -
CMYK 0.55 0 0.25 0.55
HSL 152.38º 0.38% 0.32% -
HSV(B) 152.38º 0.55% 0.45% -
XYZ 9.02 13.39 10.7 -
YUV 91.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 51 114 85 0.55 0 0.25 0.55 152.38 0.38 0.32
Hex 33 72 55 37 0 19 37 98 26 20
Octal 63 162 125 67 0 31 67 230 46 40
Binary 110011 1110010 1010101 110111 0 11001 110111 10011000 100110 100000

Color Harmonies of #337255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337255

Black with #337255

Text Example


Text Example

White with #337255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337255; }

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

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

background-color css

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

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

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

border-color css

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

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

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