Html Css Color HEX #3C6F53 Amazon

📋 copy color: '#3C6F53'

red 60 ◦ green 111 ◦ blue 83

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

Shades of Amazon #3C6F53

Tints of Amazon #3C6F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.7%

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 23.62%
G = 43.7%
B = 32.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#3C6F53 (or 0x3C6F53) is known color: Amazon. HEX triplet: 3C, 6F and 53. RGB value is (60,111,83). Sum of RGB (Red+Green+Blue) = 60+111+83=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F53 is #C390AC. Grayscale: #5C5C5C. Windows color (decimal): -12816557 or 5467964. OLE color: 5467964.

HSL color Cylindrical-coordinate representation of color #3C6F53: hue angle of 147.06º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F53 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 111 83 -
CMYK 0.46 0 0.25 0.56
HSL 147.06º 0.3% 0.34% -
HSV(B) 147.06º 0.46% 0.44% -
XYZ 9.11 12.95 10.2 -
YUV 92.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 60 111 83 0.46 0 0.25 0.56 147.06 0.3 0.34
Hex 3C 6F 53 2E 0 19 38 93 1E 22
Octal 74 157 123 56 0 31 70 223 36 42
Binary 111100 1101111 1010011 101110 0 11001 111000 10010011 11110 100010

Color Harmonies of #3C6F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F53

Black with #3C6F53

Text Example


Text Example

White with #3C6F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,83); }

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

background-color css

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

 a { background-color: rgb(60,111,83); }

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

border-color css

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

 span { border-color: rgb(60,111,83); }

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