Html Css Color HEX #337758 Amazon

📋 copy color: '#337758'

red 51 ◦ green 119 ◦ blue 88

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

Shades of Amazon #337758

Tints of Amazon #337758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 19.77%
G = 46.12%
B = 34.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#337758 (or 0x337758) is known color: Amazon. HEX triplet: 33, 77 and 58. RGB value is (51,119,88). Sum of RGB (Red+Green+Blue) = 51+119+88=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #337758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337758 is #CC88A7. Grayscale: #5F5F5F. Windows color (decimal): -13404328 or 5797683. OLE color: 5797683.

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

Color convert

RGB 51 119 88 -
CMYK 0.57 0 0.26 0.53
HSL 152.65º 0.4% 0.33% -
HSV(B) 152.65º 0.57% 0.47% -
XYZ 9.72 14.6 11.54 -
YUV 95.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 51 119 88 0.57 0 0.26 0.53 152.65 0.4 0.33
Hex 33 77 58 39 0 1A 35 99 28 21
Octal 63 167 130 71 0 32 65 231 50 41
Binary 110011 1110111 1011000 111001 0 11010 110101 10011001 101000 100001

Color Harmonies of #337758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337758

Black with #337758

Text Example


Text Example

White with #337758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337758; }

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

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

background-color css

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

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

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

border-color css

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

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

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