Html Css Color HEX #33794D Amazon

📋 copy color: '#33794D'

red 51 ◦ green 121 ◦ blue 77

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

Shades of Amazon #33794D

Tints of Amazon #33794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.59%

 BLUE value IS 77 (30.47% from 255) = 30.92%

R = 20.48%
G = 48.59%
B = 30.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#33794D (or 0x33794D) is known color: Amazon. HEX triplet: 33, 79 and 4D. RGB value is (51,121,77). Sum of RGB (Red+Green+Blue) = 51+121+77=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #33794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33794D is #CC86B2. Grayscale: #5F5F5F. Windows color (decimal): -13403827 or 5077299. OLE color: 5077299.

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

Color convert

RGB 51 121 77 -
CMYK 0.58 0 0.36 0.53
HSL 142.29º 0.41% 0.34% -
HSV(B) 142.29º 0.58% 0.47% -
XYZ 9.54 14.91 9.4 -
YUV 95.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 51 121 77 0.58 0 0.36 0.53 142.29 0.41 0.34
Hex 33 79 4D 3A 0 24 35 8E 29 22
Octal 63 171 115 72 0 44 65 216 51 42
Binary 110011 1111001 1001101 111010 0 100100 110101 10001110 101001 100010

Color Harmonies of #33794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33794D

Black with #33794D

Text Example


Text Example

White with #33794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33794D; }

 p { color: rgb(51,121,77); }

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

background-color css

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

 a { background-color: rgb(51,121,77); }

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

border-color css

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

 span { border-color: rgb(51,121,77); }

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