Html Css Color HEX #33844F Amazon

📋 copy color: '#33844F'

red 51 ◦ green 132 ◦ blue 79

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

Shades of Amazon #33844F

Tints of Amazon #33844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

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

R = 19.47%
G = 50.38%
B = 30.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#33844F (or 0x33844F) is known color: Amazon. HEX triplet: 33, 84 and 4F. RGB value is (51,132,79). Sum of RGB (Red+Green+Blue) = 51+132+79=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #33844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33844F is #CC7BB0. Grayscale: #656565. Windows color (decimal): -13401009 or 5211187. OLE color: 5211187.

HSL color Cylindrical-coordinate representation of color #33844F: hue angle of 140.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33844F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 79 -
CMYK 0.61 0 0.40 0.48
HSL 140.74º 0.44% 0.36% -
HSV(B) 140.74º 0.61% 0.52% -
XYZ 11.03 17.77 10.25 -
YUV 101.74 115.16 91.81 -
System Red Green Blue C M Y K H S L
Decimal 51 132 79 0.61 0 0.40 0.48 140.74 0.44 0.36
Hex 33 84 4F 3D 0 28 30 8D 2C 24
Octal 63 204 117 75 0 50 60 215 54 44
Binary 110011 10000100 1001111 111101 0 101000 110000 10001101 101100 100100

Color Harmonies of #33844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33844F

Black with #33844F

Text Example


Text Example

White with #33844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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