Html Css Color HEX #3C6D4F Amazon

📋 copy color: '#3C6D4F'

red 60 ◦ green 109 ◦ blue 79

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

Shades of Amazon #3C6D4F

Tints of Amazon #3C6D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

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

R = 24.19%
G = 43.95%
B = 31.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#3C6D4F (or 0x3C6D4F) is known color: Amazon. HEX triplet: 3C, 6D and 4F. RGB value is (60,109,79). Sum of RGB (Red+Green+Blue) = 60+109+79=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D4F is #C392B0. Grayscale: #5B5B5B. Windows color (decimal): -12817073 or 5205308. OLE color: 5205308.

HSL color Cylindrical-coordinate representation of color #3C6D4F: hue angle of 143.27º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D4F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 79 -
CMYK 0.45 0 0.28 0.57
HSL 143.27º 0.29% 0.33% -
HSV(B) 143.27º 0.45% 0.43% -
XYZ 8.74 12.46 9.34 -
YUV 90.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 60 109 79 0.45 0 0.28 0.57 143.27 0.29 0.33
Hex 3C 6D 4F 2D 0 1C 39 8F 1D 21
Octal 74 155 117 55 0 34 71 217 35 41
Binary 111100 1101101 1001111 101101 0 11100 111001 10001111 11101 100001

Color Harmonies of #3C6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D4F

Black with #3C6D4F

Text Example


Text Example

White with #3C6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,109,79); }

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

background-color css

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

 a { background-color: rgb(60,109,79); }

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

border-color css

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

 span { border-color: rgb(60,109,79); }

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