Html Css Color HEX #33864B Amazon

📋 copy color: '#33864B'

red 51 ◦ green 134 ◦ blue 75

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

Shades of Amazon #33864B

Tints of Amazon #33864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 19.62%
G = 51.54%
B = 28.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#33864B (or 0x33864B) is known color: Amazon. HEX triplet: 33, 86 and 4B. RGB value is (51,134,75). Sum of RGB (Red+Green+Blue) = 51+134+75=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #33864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33864B is #CC79B4. Grayscale: #666666. Windows color (decimal): -13400501 or 4949555. OLE color: 4949555.

HSL color Cylindrical-coordinate representation of color #33864B: hue angle of 137.35º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33864B is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 75 -
CMYK 0.62 0 0.44 0.47
HSL 137.35º 0.45% 0.36% -
HSV(B) 137.35º 0.62% 0.53% -
XYZ 11.16 18.26 9.59 -
YUV 102.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 51 134 75 0.62 0 0.44 0.47 137.35 0.45 0.36
Hex 33 86 4B 3E 0 2C 2F 89 2D 24
Octal 63 206 113 76 0 54 57 211 55 44
Binary 110011 10000110 1001011 111110 0 101100 101111 10001001 101101 100100

Color Harmonies of #33864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33864B

Black with #33864B

Text Example


Text Example

White with #33864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,134,75); }

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

background-color css

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

 a { background-color: rgb(51,134,75); }

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

border-color css

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

 span { border-color: rgb(51,134,75); }

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