Html Css Color HEX #3B724F Amazon

📋 copy color: '#3B724F'

red 59 ◦ green 114 ◦ blue 79

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

Shades of Amazon #3B724F

Tints of Amazon #3B724F

RGB

 RED value IS 59 (23.44% from 255) = 23.41%

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 23.41%
G = 45.24%
B = 31.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#3B724F (or 0x3B724F) is known color: Amazon. HEX triplet: 3B, 72 and 4F. RGB value is (59,114,79). Sum of RGB (Red+Green+Blue) = 59+114+79=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #3B724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B724F is #C48DB0. Grayscale: #5D5D5D. Windows color (decimal): -12881329 or 5206587. OLE color: 5206587.

HSL color Cylindrical-coordinate representation of color #3B724F: hue angle of 141.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B724F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 114 79 -
CMYK 0.48 0 0.31 0.55
HSL 141.82º 0.32% 0.34% -
HSV(B) 141.82º 0.48% 0.45% -
XYZ 9.23 13.53 9.52 -
YUV 93.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 59 114 79 0.48 0 0.31 0.55 141.82 0.32 0.34
Hex 3B 72 4F 30 0 1F 37 8E 20 22
Octal 73 162 117 60 0 37 67 216 40 42
Binary 111011 1110010 1001111 110000 0 11111 110111 10001110 100000 100010

Color Harmonies of #3B724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B724F

Black with #3B724F

Text Example


Text Example

White with #3B724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B724F; }

 p { color: rgb(59,114,79); }

 H1.HeaderClassName
 {
   color: #3B724F;
 }
 .AnyTagClassName
 {
   color: #3B724F;
 }
</style>

background-color css

<style>
 a { background-color: #3B724F; }

 a { background-color: rgb(59,114,79); }

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

border-color css

<style>
 span { border-color: #3B724F; }

 span { border-color: rgb(59,114,79); }

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