Html Css Color HEX #33834A Amazon

📋 copy color: '#33834A'

red 51 ◦ green 131 ◦ blue 74

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

Shades of Amazon #33834A

Tints of Amazon #33834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

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

R = 19.92%
G = 51.17%
B = 28.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#33834A (or 0x33834A) is known color: Amazon. HEX triplet: 33, 83 and 4A. RGB value is (51,131,74). Sum of RGB (Red+Green+Blue) = 51+131+74=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #33834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33834A is #CC7CB5. Grayscale: #646464. Windows color (decimal): -13401270 or 4883251. OLE color: 4883251.

HSL color Cylindrical-coordinate representation of color #33834A: hue angle of 137.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33834A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 74 -
CMYK 0.61 0 0.44 0.49
HSL 137.25º 0.44% 0.36% -
HSV(B) 137.25º 0.61% 0.51% -
XYZ 10.72 17.43 9.28 -
YUV 100.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 51 131 74 0.61 0 0.44 0.49 137.25 0.44 0.36
Hex 33 83 4A 3D 0 2C 31 89 2C 24
Octal 63 203 112 75 0 54 61 211 54 44
Binary 110011 10000011 1001010 111101 0 101100 110001 10001001 101100 100100

Color Harmonies of #33834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33834A

Black with #33834A

Text Example


Text Example

White with #33834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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