Html Css Color HEX #33785B Amazon

📋 copy color: '#33785B'

red 51 ◦ green 120 ◦ blue 91

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

Shades of Amazon #33785B

Tints of Amazon #33785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 19.47%
G = 45.8%
B = 34.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#33785B (or 0x33785B) is known color: Amazon. HEX triplet: 33, 78 and 5B. RGB value is (51,120,91). Sum of RGB (Red+Green+Blue) = 51+120+91=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #33785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785B is #CC87A4. Grayscale: #606060. Windows color (decimal): -13404069 or 5994547. OLE color: 5994547.

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

Color convert

RGB 51 120 91 -
CMYK 0.58 0 0.24 0.53
HSL 154.78º 0.4% 0.34% -
HSV(B) 154.78º 0.58% 0.47% -
XYZ 9.97 14.89 12.25 -
YUV 96.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 51 120 91 0.58 0 0.24 0.53 154.78 0.4 0.34
Hex 33 78 5B 3A 0 18 35 9B 28 22
Octal 63 170 133 72 0 30 65 233 50 42
Binary 110011 1111000 1011011 111010 0 11000 110101 10011011 101000 100010

Color Harmonies of #33785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33785B

Black with #33785B

Text Example


Text Example

White with #33785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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