Html Css Color HEX #3C865B Amazon

📋 copy color: '#3C865B'

red 60 ◦ green 134 ◦ blue 91

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

Shades of Amazon #3C865B

Tints of Amazon #3C865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 21.05%
G = 47.02%
B = 31.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#3C865B (or 0x3C865B) is known color: Amazon. HEX triplet: 3C, 86 and 5B. RGB value is (60,134,91). Sum of RGB (Red+Green+Blue) = 60+134+91=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #3C865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C865B is #C379A4. Grayscale: #6B6B6B. Windows color (decimal): -12810661 or 5998140. OLE color: 5998140.

HSL color Cylindrical-coordinate representation of color #3C865B: hue angle of 145.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C865B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 91 -
CMYK 0.55 0 0.32 0.47
HSL 145.14º 0.38% 0.38% -
HSV(B) 145.14º 0.55% 0.53% -
XYZ 12.28 18.77 12.87 -
YUV 106.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 60 134 91 0.55 0 0.32 0.47 145.14 0.38 0.38
Hex 3C 86 5B 37 0 20 2F 91 26 26
Octal 74 206 133 67 0 40 57 221 46 46
Binary 111100 10000110 1011011 110111 0 100000 101111 10010001 100110 100110

Color Harmonies of #3C865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C865B

Black with #3C865B

Text Example


Text Example

White with #3C865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,91); }

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

background-color css

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

 a { background-color: rgb(60,134,91); }

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

border-color css

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

 span { border-color: rgb(60,134,91); }

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