Html Css Color HEX #33734E Amazon

📋 copy color: '#33734E'

red 51 ◦ green 115 ◦ blue 78

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

Shades of Amazon #33734E

Tints of Amazon #33734E

RGB

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

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

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

R = 20.9%
G = 47.13%
B = 31.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#33734E (or 0x33734E) is known color: Amazon. HEX triplet: 33, 73 and 4E. RGB value is (51,115,78). Sum of RGB (Red+Green+Blue) = 51+115+78=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #33734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33734E is #CC8CB1. Grayscale: #5B5B5B. Windows color (decimal): -13405362 or 5141299. OLE color: 5141299.

HSL color Cylindrical-coordinate representation of color #33734E: hue angle of 145.31º 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 #33734E is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 78 -
CMYK 0.56 0 0.32 0.55
HSL 145.31º 0.39% 0.33% -
HSV(B) 145.31º 0.56% 0.45% -
XYZ 8.87 13.52 9.35 -
YUV 91.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 51 115 78 0.56 0 0.32 0.55 145.31 0.39 0.33
Hex 33 73 4E 38 0 20 37 91 27 21
Octal 63 163 116 70 0 40 67 221 47 41
Binary 110011 1110011 1001110 111000 0 100000 110111 10010001 100111 100001

Color Harmonies of #33734E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33734E

Black with #33734E

Text Example


Text Example

White with #33734E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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