Html Css Color HEX #337858 Amazon

📋 copy color: '#337858'

red 51 ◦ green 120 ◦ blue 88

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

Shades of Amazon #337858

Tints of Amazon #337858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.33%

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 19.69%
G = 46.33%
B = 33.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#337858 (or 0x337858) is known color: Amazon. HEX triplet: 33, 78 and 58. RGB value is (51,120,88). Sum of RGB (Red+Green+Blue) = 51+120+88=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #337858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337858 is #CC87A7. Grayscale: #5F5F5F. Windows color (decimal): -13404072 or 5797939. OLE color: 5797939.

HSL color Cylindrical-coordinate representation of color #337858: hue angle of 152.17º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337858 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 120 88 -
CMYK 0.58 0 0.27 0.53
HSL 152.17º 0.4% 0.34% -
HSV(B) 152.17º 0.58% 0.47% -
XYZ 9.84 14.84 11.58 -
YUV 95.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 51 120 88 0.58 0 0.27 0.53 152.17 0.4 0.34
Hex 33 78 58 3A 0 1B 35 98 28 22
Octal 63 170 130 72 0 33 65 230 50 42
Binary 110011 1111000 1011000 111010 0 11011 110101 10011000 101000 100010

Color Harmonies of #337858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337858

Black with #337858

Text Example


Text Example

White with #337858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337858; }

 p { color: rgb(51,120,88); }

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

background-color css

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

 a { background-color: rgb(51,120,88); }

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

border-color css

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

 span { border-color: rgb(51,120,88); }

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