Html Css Color HEX #3C7B5D Amazon

📋 copy color: '#3C7B5D'

red 60 ◦ green 123 ◦ blue 93

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

Shades of Amazon #3C7B5D

Tints of Amazon #3C7B5D

RGB

 RED value IS 60 (23.83% from 255) = 21.74%

 GREEN value IS 123 (48.44% from 255) = 44.57%

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

R = 21.74%
G = 44.57%
B = 33.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#3C7B5D (or 0x3C7B5D) is known color: Amazon. HEX triplet: 3C, 7B and 5D. RGB value is (60,123,93). Sum of RGB (Red+Green+Blue) = 60+123+93=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B5D is #C384A2. Grayscale: #646464. Windows color (decimal): -12813475 or 6126396. OLE color: 6126396.

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

Color convert

RGB 60 123 93 -
CMYK 0.51 0 0.24 0.52
HSL 151.43º 0.34% 0.36% -
HSV(B) 151.43º 0.51% 0.48% -
XYZ 10.92 15.92 12.85 -
YUV 100.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 60 123 93 0.51 0 0.24 0.52 151.43 0.34 0.36
Hex 3C 7B 5D 33 0 18 34 97 22 24
Octal 74 173 135 63 0 30 64 227 42 44
Binary 111100 1111011 1011101 110011 0 11000 110100 10010111 100010 100100

Color Harmonies of #3C7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7B5D

Black with #3C7B5D

Text Example


Text Example

White with #3C7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,123,93); }

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

background-color css

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

 a { background-color: rgb(60,123,93); }

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

border-color css

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

 span { border-color: rgb(60,123,93); }

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