Html Css Color HEX #3B7C5D Amazon

📋 copy color: '#3B7C5D'

red 59 ◦ green 124 ◦ blue 93

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

Shades of Amazon #3B7C5D

Tints of Amazon #3B7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 21.38%
G = 44.93%
B = 33.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#3B7C5D (or 0x3B7C5D) is known color: Amazon. HEX triplet: 3B, 7C and 5D. RGB value is (59,124,93). Sum of RGB (Red+Green+Blue) = 59+124+93=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7C5D is #C483A2. Grayscale: #656565. Windows color (decimal): -12878755 or 6126651. OLE color: 6126651.

HSL color Cylindrical-coordinate representation of color #3B7C5D: hue angle of 151.38º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C5D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 124 93 -
CMYK 0.52 0 0.25 0.51
HSL 151.38º 0.36% 0.36% -
HSV(B) 151.38º 0.52% 0.49% -
XYZ 10.99 16.14 12.89 -
YUV 101.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 59 124 93 0.52 0 0.25 0.51 151.38 0.36 0.36
Hex 3B 7C 5D 34 0 19 33 97 24 24
Octal 73 174 135 64 0 31 63 227 44 44
Binary 111011 1111100 1011101 110100 0 11001 110011 10010111 100100 100100

Color Harmonies of #3B7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7C5D

Black with #3B7C5D

Text Example


Text Example

White with #3B7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,124,93); }

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

background-color css

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

 a { background-color: rgb(59,124,93); }

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

border-color css

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

 span { border-color: rgb(59,124,93); }

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