Html Css Color HEX #337A4B Amazon

📋 copy color: '#337A4B'

red 51 ◦ green 122 ◦ blue 75

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

Shades of Amazon #337A4B

Tints of Amazon #337A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 20.56%
G = 49.19%
B = 30.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#337A4B (or 0x337A4B) is known color: Amazon. HEX triplet: 33, 7A and 4B. RGB value is (51,122,75). Sum of RGB (Red+Green+Blue) = 51+122+75=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #337A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A4B is #CC85B4. Grayscale: #5F5F5F. Windows color (decimal): -13403573 or 4946483. OLE color: 4946483.

HSL color Cylindrical-coordinate representation of color #337A4B: hue angle of 140.28º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A4B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 75 -
CMYK 0.58 0 0.39 0.52
HSL 140.28º 0.41% 0.34% -
HSV(B) 140.28º 0.58% 0.48% -
XYZ 9.59 15.13 9.07 -
YUV 95.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 51 122 75 0.58 0 0.39 0.52 140.28 0.41 0.34
Hex 33 7A 4B 3A 0 27 34 8C 29 22
Octal 63 172 113 72 0 47 64 214 51 42
Binary 110011 1111010 1001011 111010 0 100111 110100 10001100 101001 100010

Color Harmonies of #337A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A4B

Black with #337A4B

Text Example


Text Example

White with #337A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337A4B; }

 p { color: rgb(51,122,75); }

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

background-color css

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

 a { background-color: rgb(51,122,75); }

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

border-color css

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

 span { border-color: rgb(51,122,75); }

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