Html Css Color HEX #337545 Amazon

📋 copy color: '#337545'

red 51 ◦ green 117 ◦ blue 69

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

Shades of Amazon #337545

Tints of Amazon #337545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 21.52%
G = 49.37%
B = 29.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#337545 (or 0x337545) is known color: Amazon. HEX triplet: 33, 75 and 45. RGB value is (51,117,69). Sum of RGB (Red+Green+Blue) = 51+117+69=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #337545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337545 is #CC8ABA. Grayscale: #5B5B5B. Windows color (decimal): -13404859 or 4551987. OLE color: 4551987.

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

Color convert

RGB 51 117 69 -
CMYK 0.56 0 0.41 0.54
HSL 136.36º 0.39% 0.33% -
HSV(B) 136.36º 0.56% 0.46% -
XYZ 8.8 13.86 7.84 -
YUV 91.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 51 117 69 0.56 0 0.41 0.54 136.36 0.39 0.33
Hex 33 75 45 38 0 29 36 88 27 21
Octal 63 165 105 70 0 51 66 210 47 41
Binary 110011 1110101 1000101 111000 0 101001 110110 10001000 100111 100001

Color Harmonies of #337545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337545

Black with #337545

Text Example


Text Example

White with #337545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337545; }

 p { color: rgb(51,117,69); }

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

background-color css

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

 a { background-color: rgb(51,117,69); }

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

border-color css

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

 span { border-color: rgb(51,117,69); }

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