Html Css Color HEX #33764B Amazon

📋 copy color: '#33764B'

red 51 ◦ green 118 ◦ blue 75

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

Shades of Amazon #33764B

Tints of Amazon #33764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

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

R = 20.9%
G = 48.36%
B = 30.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#33764B (or 0x33764B) is known color: Amazon. HEX triplet: 33, 76 and 4B. RGB value is (51,118,75). Sum of RGB (Red+Green+Blue) = 51+118+75=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #33764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33764B is #CC89B4. Grayscale: #5D5D5D. Windows color (decimal): -13404597 or 4945459. OLE color: 4945459.

HSL color Cylindrical-coordinate representation of color #33764B: hue angle of 141.49º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33764B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 75 -
CMYK 0.57 0 0.36 0.54
HSL 141.49º 0.4% 0.33% -
HSV(B) 141.49º 0.57% 0.46% -
XYZ 9.11 14.17 8.91 -
YUV 93.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 51 118 75 0.57 0 0.36 0.54 141.49 0.4 0.33
Hex 33 76 4B 39 0 24 36 8D 28 21
Octal 63 166 113 71 0 44 66 215 50 41
Binary 110011 1110110 1001011 111001 0 100100 110110 10001101 101000 100001

Color Harmonies of #33764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33764B

Black with #33764B

Text Example


Text Example

White with #33764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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