Html Css Color HEX #33734A Amazon

📋 copy color: '#33734A'

red 51 ◦ green 115 ◦ blue 74

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

Shades of Amazon #33734A

Tints of Amazon #33734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 21.25%
G = 47.92%
B = 30.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#33734A (or 0x33734A) is known color: Amazon. HEX triplet: 33, 73 and 4A. RGB value is (51,115,74). Sum of RGB (Red+Green+Blue) = 51+115+74=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #33734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33734A is #CC8CB5. Grayscale: #5B5B5B. Windows color (decimal): -13405366 or 4879155. OLE color: 4879155.

HSL color Cylindrical-coordinate representation of color #33734A: hue angle of 141.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33734A is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 74 -
CMYK 0.56 0 0.36 0.55
HSL 141.56º 0.39% 0.33% -
HSV(B) 141.56º 0.56% 0.45% -
XYZ 8.73 13.46 8.62 -
YUV 91.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 51 115 74 0.56 0 0.36 0.55 141.56 0.39 0.33
Hex 33 73 4A 38 0 24 37 8E 27 21
Octal 63 163 112 70 0 44 67 216 47 41
Binary 110011 1110011 1001010 111000 0 100100 110111 10001110 100111 100001

Color Harmonies of #33734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33734A

Black with #33734A

Text Example


Text Example

White with #33734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33734A; }

 p { color: rgb(51,115,74); }

 H1.HeaderClassName
 {
   color: #33734A;
 }
 .AnyTagClassName
 {
   color: #33734A;
 }
</style>

background-color css

<style>
 a { background-color: #33734A; }

 a { background-color: rgb(51,115,74); }

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

border-color css

<style>
 span { border-color: #33734A; }

 span { border-color: rgb(51,115,74); }

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