Html Css Color HEX #33834E Amazon

📋 copy color: '#33834E'

red 51 ◦ green 131 ◦ blue 78

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

Shades of Amazon #33834E

Tints of Amazon #33834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30%

R = 19.62%
G = 50.38%
B = 30%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#33834E (or 0x33834E) is known color: Amazon. HEX triplet: 33, 83 and 4E. RGB value is (51,131,78). Sum of RGB (Red+Green+Blue) = 51+131+78=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #33834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33834E is #CC7CB1. Grayscale: #656565. Windows color (decimal): -13401266 or 5145395. OLE color: 5145395.

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

Color convert

RGB 51 131 78 -
CMYK 0.61 0 0.40 0.49
HSL 140.25º 0.44% 0.36% -
HSV(B) 140.25º 0.61% 0.51% -
XYZ 10.86 17.49 10.01 -
YUV 101.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 51 131 78 0.61 0 0.40 0.49 140.25 0.44 0.36
Hex 33 83 4E 3D 0 28 31 8C 2C 24
Octal 63 203 116 75 0 50 61 214 54 44
Binary 110011 10000011 1001110 111101 0 101000 110001 10001100 101100 100100

Color Harmonies of #33834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33834E

Black with #33834E

Text Example


Text Example

White with #33834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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