Html Css Color HEX #33834C Amazon

📋 copy color: '#33834C'

red 51 ◦ green 131 ◦ blue 76

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

Shades of Amazon #33834C

Tints of Amazon #33834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 19.77%
G = 50.78%
B = 29.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#33834C (or 0x33834C) is known color: Amazon. HEX triplet: 33, 83 and 4C. RGB value is (51,131,76). Sum of RGB (Red+Green+Blue) = 51+131+76=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #33834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33834C is #CC7CB3. Grayscale: #646464. Windows color (decimal): -13401268 or 5014323. OLE color: 5014323.

HSL color Cylindrical-coordinate representation of color #33834C: hue angle of 138.75º 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 #33834C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 76 -
CMYK 0.61 0 0.42 0.49
HSL 138.75º 0.44% 0.36% -
HSV(B) 138.75º 0.61% 0.51% -
XYZ 10.79 17.46 9.64 -
YUV 100.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 51 131 76 0.61 0 0.42 0.49 138.75 0.44 0.36
Hex 33 83 4C 3D 0 2A 31 8B 2C 24
Octal 63 203 114 75 0 52 61 213 54 44
Binary 110011 10000011 1001100 111101 0 101010 110001 10001011 101100 100100

Color Harmonies of #33834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33834C

Black with #33834C

Text Example


Text Example

White with #33834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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