Html Css Color HEX #33784F Amazon

📋 copy color: '#33784F'

red 51 ◦ green 120 ◦ blue 79

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

Shades of Amazon #33784F

Tints of Amazon #33784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48%

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 20.4%
G = 48%
B = 31.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#33784F (or 0x33784F) is known color: Amazon. HEX triplet: 33, 78 and 4F. RGB value is (51,120,79). Sum of RGB (Red+Green+Blue) = 51+120+79=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #33784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33784F is #CC87B0. Grayscale: #5E5E5E. Windows color (decimal): -13404081 or 5208115. OLE color: 5208115.

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

Color convert

RGB 51 120 79 -
CMYK 0.58 0 0.34 0.53
HSL 144.35º 0.4% 0.34% -
HSV(B) 144.35º 0.58% 0.47% -
XYZ 9.49 14.7 9.73 -
YUV 94.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 51 120 79 0.58 0 0.34 0.53 144.35 0.4 0.34
Hex 33 78 4F 3A 0 22 35 90 28 22
Octal 63 170 117 72 0 42 65 220 50 42
Binary 110011 1111000 1001111 111010 0 100010 110101 10010000 101000 100010

Color Harmonies of #33784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33784F

Black with #33784F

Text Example


Text Example

White with #33784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33784F; }

 p { color: rgb(51,120,79); }

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

background-color css

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

 a { background-color: rgb(51,120,79); }

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

border-color css

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

 span { border-color: rgb(51,120,79); }

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