Html Css Color HEX #33794A Amazon

📋 copy color: '#33794A'

red 51 ◦ green 121 ◦ blue 74

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

Shades of Amazon #33794A

Tints of Amazon #33794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 20.73%
G = 49.19%
B = 30.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#33794A (or 0x33794A) is known color: Amazon. HEX triplet: 33, 79 and 4A. RGB value is (51,121,74). Sum of RGB (Red+Green+Blue) = 51+121+74=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #33794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33794A is #CC86B5. Grayscale: #5E5E5E. Windows color (decimal): -13403830 or 4880691. OLE color: 4880691.

HSL color Cylindrical-coordinate representation of color #33794A: hue angle of 139.71º 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 #33794A is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 121 74 -
CMYK 0.58 0 0.39 0.53
HSL 139.71º 0.41% 0.34% -
HSV(B) 139.71º 0.58% 0.47% -
XYZ 9.44 14.87 8.85 -
YUV 94.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 51 121 74 0.58 0 0.39 0.53 139.71 0.41 0.34
Hex 33 79 4A 3A 0 27 35 8C 29 22
Octal 63 171 112 72 0 47 65 214 51 42
Binary 110011 1111001 1001010 111010 0 100111 110101 10001100 101001 100010

Color Harmonies of #33794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33794A

Black with #33794A

Text Example


Text Example

White with #33794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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