Html Css Color HEX #33774B Amazon

📋 copy color: '#33774B'

red 51 ◦ green 119 ◦ blue 75

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

Shades of Amazon #33774B

Tints of Amazon #33774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 20.82%
G = 48.57%
B = 30.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#33774B (or 0x33774B) is known color: Amazon. HEX triplet: 33, 77 and 4B. RGB value is (51,119,75). Sum of RGB (Red+Green+Blue) = 51+119+75=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #33774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33774B is #CC88B4. Grayscale: #5D5D5D. Windows color (decimal): -13404341 or 4945715. OLE color: 4945715.

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

Color convert

RGB 51 119 75 -
CMYK 0.57 0 0.37 0.53
HSL 141.18º 0.4% 0.33% -
HSV(B) 141.18º 0.57% 0.47% -
XYZ 9.23 14.41 8.95 -
YUV 93.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 51 119 75 0.57 0 0.37 0.53 141.18 0.4 0.33
Hex 33 77 4B 39 0 25 35 8D 28 21
Octal 63 167 113 71 0 45 65 215 50 41
Binary 110011 1110111 1001011 111001 0 100101 110101 10001101 101000 100001

Color Harmonies of #33774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33774B

Black with #33774B

Text Example


Text Example

White with #33774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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